Searched refs:path_resolved_so_far (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | file_url.cxx | 561 sal_Unicode path_resolved_so_far[PATH_MAX]; in osl_getAbsoluteFileURL_impl_() local 563 sal_Unicode* presolvedsf = path_resolved_so_far; in osl_getAbsoluteFileURL_impl_() 575 path_resolved_so_far[0] = '\0'; in osl_getAbsoluteFileURL_impl_() 595 _rmlastpathtoken(path_resolved_so_far); in osl_getAbsoluteFileURL_impl_() 616 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_() 635 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_() 642 if (!_islastchr(path_resolved_so_far, UNICHAR_SLASH)) in osl_getAbsoluteFileURL_impl_() 647 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_() 661 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_() 671 sal_Int32 len = rtl_ustr_getLength(path_resolved_so_far); in osl_getAbsoluteFileURL_impl_() [all …]
|
/aoo41x/main/sal/osl/os2/ |
H A D | file_url.cxx | 1236 sal_Unicode path_resolved_so_far[PATH_MAX]; 1238 sal_Unicode* presolvedsf = path_resolved_so_far; 1250 path_resolved_so_far[0] = '\0'; 1270 _rmlastpathtoken(path_resolved_so_far); 1291 path_resolved_so_far, 1311 path_resolved_so_far, 1319 if (!_islastchr(path_resolved_so_far, UNICHAR_SLASH)) 1324 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far); 1338 path_resolved_so_far, 1349 sal_Int32 len = rtl_ustr_getLength(path_resolved_so_far); [all …]
|
Completed in 23 milliseconds