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
562 sal_Unicode* presolvedsf = path_resolved_so_far; in osl_getAbsoluteFileURL_impl_()
566 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2; in osl_getAbsoluteFileURL_impl_()
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_()
607 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) in osl_getAbsoluteFileURL_impl_()
610 ustrchrcat(*punresolved++, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
615 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_()
626 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) 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;
1242 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2;
1250 path_resolved_so_far[0] = '\0';
1270 _rmlastpathtoken(path_resolved_so_far);
1272 presolvedsf = ustrtoend(path_resolved_so_far) - 1;
1283 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel)
1286 ustrchrcat(*punresolved++, path_resolved_so_far);
1291 path_resolved_so_far,
1303 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel)
[all …]