Lines Matching refs:path_resolved_so_far
560 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_()
629 ustrchrcat(*punresolved++, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
634 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_()
641 if (!_islastchr(path_resolved_so_far, UNICHAR_SLASH)) in osl_getAbsoluteFileURL_impl_()
643 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) in osl_getAbsoluteFileURL_impl_()
646 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
652 if ((presolvedsf = ustrtoend(path_resolved_so_far)) > sentinel) in osl_getAbsoluteFileURL_impl_()
655 ustrchrcat(*punresolved++, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
660 path_resolved_so_far, in osl_getAbsoluteFileURL_impl_()
670 sal_Int32 len = rtl_ustr_getLength(path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()
674 resolved_path = rtl::OUString(path_resolved_so_far, len); in osl_getAbsoluteFileURL_impl_()