Searched refs:ustrTmp (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | module.c | 47 rtl_uString* ustrTmp = NULL; in osl_loadModule() local 52 if (osl_File_E_None != osl_getSystemPathFromFileURL(ustrModuleName, &ustrTmp)) in osl_loadModule() 53 rtl_uString_assign(&ustrTmp, ustrModuleName); in osl_loadModule() 55 if (ustrTmp) in osl_loadModule() 59 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule() 61 rtl_uString_release(ustrTmp); in osl_loadModule()
|
H A D | process_impl.cxx | 439 rtl_uString* ustrTmp = 0; in osl_getProcessWorkingDir() local 442 &ustrTmp, in osl_getProcessWorkingDir() 445 if (ustrTmp != 0) in osl_getProcessWorkingDir() 447 if (osl_getFileURLFromSystemPath (ustrTmp, ppustrWorkingDir) == osl_File_E_None) in osl_getProcessWorkingDir() 449 rtl_uString_release (ustrTmp); in osl_getProcessWorkingDir()
|
/aoo41x/main/sal/osl/os2/ |
H A D | module.c | 45 rtl_uString* ustrTmp = NULL; in osl_loadModule() local 50 if (osl_File_E_None != osl_getSystemPathFromFileURL(ustrModuleName, &ustrTmp)) in osl_loadModule() 51 rtl_uString_assign(&ustrTmp, ustrModuleName); in osl_loadModule() 53 if (ustrTmp) in osl_loadModule() 57 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule() 59 rtl_uString_release(ustrTmp); in osl_loadModule()
|
H A D | process_impl.cxx | 356 rtl_uString* ustrTmp = 0; in osl_getProcessWorkingDir() local 359 &ustrTmp, in osl_getProcessWorkingDir() 362 if (ustrTmp != 0) in osl_getProcessWorkingDir() 364 if (osl_getFileURLFromSystemPath (ustrTmp, ppustrWorkingDir) == osl_File_E_None) in osl_getProcessWorkingDir() 366 rtl_uString_release (ustrTmp); in osl_getProcessWorkingDir()
|
Completed in 166 milliseconds