Home
last modified time | relevance | path

Searched refs:unresolved_path (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dfile_url.cxx524 char unresolved_path[PATH_MAX]; in _osl_resolvepath() local
525 if (!UnicodeToText(unresolved_path, sizeof(unresolved_path), path, rtl_ustr_getLength(path))) in _osl_resolvepath()
529 if (realpath(unresolved_path, resolved_path)) in _osl_resolvepath()
557 if (unresolved_path.getLength() >= (PATH_MAX - 2)) in osl_getAbsoluteFileURL_impl_()
561 const sal_Unicode* punresolved = unresolved_path.getStr(); in osl_getAbsoluteFileURL_impl_()
689 rtl::OUString unresolved_path; in osl_getAbsoluteFileURL() local
691 rc = FileBase::getSystemPathFromFileURL(rtl::OUString(ustrRelativeURL), unresolved_path); in osl_getAbsoluteFileURL()
696 if (systemPathIsRelativePath(unresolved_path)) in osl_getAbsoluteFileURL()
705 systemPathMakeAbsolutePath(base_path, unresolved_path, abs_path); in osl_getAbsoluteFileURL()
707 unresolved_path = abs_path; in osl_getAbsoluteFileURL()
[all …]
/aoo42x/main/sal/osl/os2/
H A Dfile_url.cxx1200 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 250 milliseconds