Home
last modified time | relevance | path

Searched refs:pAbsPath (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dprocess_impl.cxx93 rtl_uString * pAbsPath = 0; in osl_bootstrap_getExecutableFile_Impl() local
96 &pAbsPath, in osl_bootstrap_getExecutableFile_Impl()
100 if (pAbsPath) in osl_bootstrap_getExecutableFile_Impl()
103 if (osl_getFileURLFromSystemPath (pAbsPath, ppFileURL) == osl_File_E_None) in osl_bootstrap_getExecutableFile_Impl()
108 rtl_uString_release (pAbsPath); in osl_bootstrap_getExecutableFile_Impl()
/trunk/main/sal/osl/unx/
H A Dprocess_impl.cxx100 rtl_uString * pAbsPath = 0; in osl_bootstrap_getExecutableFile_Impl() local
102 &(pAbsPath), in osl_bootstrap_getExecutableFile_Impl()
107 if (pAbsPath) in osl_bootstrap_getExecutableFile_Impl()
110 if (osl_getFileURLFromSystemPath (pAbsPath, ppFileURL) == osl_File_E_None) in osl_bootstrap_getExecutableFile_Impl()
115 rtl_uString_release (pAbsPath); in osl_bootstrap_getExecutableFile_Impl()
/trunk/main/sal/osl/w32/
H A Dprocess.cxx228 rtl_uString * pAbsPath = 0; in osl_bootstrap_getExecutableFile_Impl() local
229 rtl_uString_newFromStr_WithLength (&(pAbsPath), aBuffer, buflen); in osl_bootstrap_getExecutableFile_Impl()
230 if (pAbsPath) in osl_bootstrap_getExecutableFile_Impl()
233 if (osl_getFileURLFromSystemPath (pAbsPath, ppFileURL) == osl_File_E_None) in osl_bootstrap_getExecutableFile_Impl()
238 rtl_uString_release (pAbsPath); in osl_bootstrap_getExecutableFile_Impl()

Completed in 20 milliseconds