Searched refs:path_resolved_so_far (Results 1 – 2 of 2) sorted by relevance
561 sal_Unicode path_resolved_so_far[PATH_MAX]; in osl_getAbsoluteFileURL_impl_() local563 sal_Unicode* presolvedsf = path_resolved_so_far; in osl_getAbsoluteFileURL_impl_()567 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2; 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_()597 presolvedsf = ustrtoend(path_resolved_so_far) - 1; in osl_getAbsoluteFileURL_impl_()608 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) in osl_getAbsoluteFileURL_impl_()611 ustrchrcat(*punresolved++, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()616 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_()627 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) in osl_getAbsoluteFileURL_impl_()[all …]
1236 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 …]