Searched refs:pAbsPath (Results 1 – 3 of 3) sorted by relevance
93 rtl_uString * pAbsPath = 0; in osl_bootstrap_getExecutableFile_Impl() local96 &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()
100 rtl_uString * pAbsPath = 0; in osl_bootstrap_getExecutableFile_Impl() local102 &(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()
228 rtl_uString * pAbsPath = 0; in osl_bootstrap_getExecutableFile_Impl() local229 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