Searched refs:unresolved_path (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | file_url.cxx | 525 char unresolved_path[PATH_MAX]; in _osl_resolvepath() local 526 if (!UnicodeToText(unresolved_path, sizeof(unresolved_path), path, rtl_ustr_getLength(path))) in _osl_resolvepath() 530 if (realpath(unresolved_path, resolved_path)) in _osl_resolvepath() 558 if (unresolved_path.getLength() >= (PATH_MAX - 2)) in osl_getAbsoluteFileURL_impl_() 562 const sal_Unicode* punresolved = unresolved_path.getStr(); in osl_getAbsoluteFileURL_impl_() 690 rtl::OUString unresolved_path; in osl_getAbsoluteFileURL() local 692 rc = FileBase::getSystemPathFromFileURL(rtl::OUString(ustrRelativeURL), unresolved_path); in osl_getAbsoluteFileURL() 697 if (systemPathIsRelativePath(unresolved_path)) in osl_getAbsoluteFileURL() 706 systemPathMakeAbsolutePath(base_path, unresolved_path, abs_path); in osl_getAbsoluteFileURL() 708 unresolved_path = abs_path; in osl_getAbsoluteFileURL() [all …]
|
/aoo41x/main/sal/osl/os2/ |
H A D | file_url.cxx | 1200 char unresolved_path[PATH_MAX]; 1201 if (!UnicodeToText(unresolved_path, sizeof(unresolved_path), path, rtl_ustr_getLength(path))) 1205 if (realpath(unresolved_path, resolved_path)) 1233 if (unresolved_path.getLength() >= (PATH_MAX - 2)) 1237 const sal_Unicode* punresolved = unresolved_path.getStr(); 1472 rtl::OUString unresolved_path; in osl_getAbsoluteFileURL() 1474 rc = FileBase::getSystemPathFromFileURL(rtl::OUString(ustrRelativeURL), unresolved_path); in osl_getAbsoluteFileURL() 1479 if (systemPathIsRelativePath(unresolved_path)) in osl_getAbsoluteFileURL() 1488 systemPathMakeAbsolutePath(base_path, unresolved_path, abs_path); in osl_getAbsoluteFileURL() 1490 unresolved_path = abs_path; in osl_getAbsoluteFileURL() [all …]
|
Completed in 53 milliseconds