Home
last modified time | relevance | path

Searched refs:path_resolved_so_far (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dfile_url.cxx560 sal_Unicode path_resolved_so_far[PATH_MAX]; in osl_getAbsoluteFileURL_impl_() local
574 path_resolved_so_far[0] = '\0'; in osl_getAbsoluteFileURL_impl_()
594 _rmlastpathtoken(path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
596 presolvedsf = ustrtoend(path_resolved_so_far) - 1; in osl_getAbsoluteFileURL_impl_()
610 ustrchrcat(*punresolved++, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
615 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_()
629 ustrchrcat(*punresolved++, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
634 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_()
646 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
655 ustrchrcat(*punresolved++, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
[all …]
/aoo42x/main/sal/osl/os2/
H A Dfile_url.cxx1236 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 24 milliseconds