Lines Matching refs:ustrSysPath
260 rtl_uString *ustrSysPath = NULL; in _osl_addressGetModuleURL_Windows() local
262 …rtl_string2UString( &ustrSysPath, me32.szExePath, strlen(me32.szExePath), osl_getThreadTextEncodin… in _osl_addressGetModuleURL_Windows()
263 OSL_ASSERT(ustrSysPath != NULL); in _osl_addressGetModuleURL_Windows()
264 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_Windows()
265 rtl_uString_release( ustrSysPath ); in _osl_addressGetModuleURL_Windows()
381 rtl_uString *ustrSysPath = NULL; in _osl_addressGetModuleURL_NT4() local
383 …rtl_string2UString( &ustrSysPath, ModuleInfo.LoadedImageName, strlen(ModuleInfo.LoadedImageName), … in _osl_addressGetModuleURL_NT4()
384 OSL_ASSERT(ustrSysPath != NULL); in _osl_addressGetModuleURL_NT4()
385 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_NT4()
386 rtl_uString_release( ustrSysPath ); in _osl_addressGetModuleURL_NT4()
461 rtl_uString *ustrSysPath = NULL; in _osl_addressGetModuleURL_NT() local
465 rtl_uString_newFromStr( &ustrSysPath, aBuffer ); in _osl_addressGetModuleURL_NT()
466 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_NT()
467 rtl_uString_release( ustrSysPath ); in _osl_addressGetModuleURL_NT()