Lines Matching refs:path_resolved_so_far

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_()
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_()
630 ustrchrcat(*punresolved++, 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_()
644 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) in osl_getAbsoluteFileURL_impl_()
647 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
653 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) in osl_getAbsoluteFileURL_impl_()
656 ustrchrcat(*punresolved++, 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_()
675 resolved_path = rtl::OUString(path_resolved_so_far, len); in osl_getAbsoluteFileURL_impl_()