Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/unx/
H A Dfile_url.cxx529 char resolved_path[PATH_MAX]; in _osl_resolvepath() local
530 if (realpath(unresolved_path, resolved_path)) in _osl_resolvepath()
532 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX)) in _osl_resolvepath()
555 …or osl_getAbsoluteFileURL_impl_(const rtl::OUString& unresolved_path, rtl::OUString& resolved_path) in osl_getAbsoluteFileURL_impl_() argument
675 resolved_path = rtl::OUString(path_resolved_so_far, len); in osl_getAbsoluteFileURL_impl_()
711 rtl::OUString resolved_path; in osl_getAbsoluteFileURL() local
712 rc = (FileBase::RC) osl_getAbsoluteFileURL_impl_(unresolved_path, resolved_path); in osl_getAbsoluteFileURL()
716 …rc = (FileBase::RC) osl_getFileURLFromSystemPath(resolved_path.pData, pustrAbsoluteURL); … in osl_getAbsoluteFileURL()
/aoo41x/main/sal/osl/os2/
H A Dfile_url.cxx1204 char resolved_path[PATH_MAX];
1205 if (realpath(unresolved_path, resolved_path))
1207 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX))
1230 …or osl_getAbsoluteFileURL_impl_(const rtl::OUString& unresolved_path, rtl::OUString& resolved_path)
1353 resolved_path = rtl::OUString(path_resolved_so_far, len);
1493 rtl::OUString resolved_path; in osl_getAbsoluteFileURL()
1494 rc = (FileBase::RC) osl_getAbsoluteFileURL_impl_(unresolved_path, resolved_path); in osl_getAbsoluteFileURL()
1498 …rc = (FileBase::RC) osl_getFileURLFromSystemPath(resolved_path.pData, pustrAbsoluteURL); … in osl_getAbsoluteFileURL()

Completed in 22 milliseconds