Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile_url.cxx528 char resolved_path[PATH_MAX]; in _osl_resolvepath() local
529 if (realpath(unresolved_path, resolved_path)) in _osl_resolvepath()
531 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX)) in _osl_resolvepath()
554 …or osl_getAbsoluteFileURL_impl_(const rtl::OUString& unresolved_path, rtl::OUString& resolved_path) in osl_getAbsoluteFileURL_impl_() argument
674 resolved_path = rtl::OUString(path_resolved_so_far, len); in osl_getAbsoluteFileURL_impl_()
710 rtl::OUString resolved_path; in osl_getAbsoluteFileURL() local
711 rc = (FileBase::RC) osl_getAbsoluteFileURL_impl_(unresolved_path, resolved_path); in osl_getAbsoluteFileURL()
715 rc = (FileBase::RC) osl_getFileURLFromSystemPath(resolved_path.pData, pustrAbsoluteURL); in osl_getAbsoluteFileURL()
/trunk/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 28 milliseconds