Searched refs:strFile (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sal/osl/w32/ |
H A D | file_error.c | 139 rtl_String *strFile = NULL; in _osl_warnFile() local 141 rtl_uString2String( &strFile, rtl_uString_getStr( ustrFile ), rtl_uString_getLength( ustrFile ), in _osl_warnFile() 143 snprintf( szBuffer, sizeof(szBuffer), message, strFile->buffer ); in _osl_warnFile() 144 rtl_string_release( strFile ); in _osl_warnFile()
|
H A D | profile.cxx | 173 static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *strFile, s… 2296 static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *strFile, sal_Unicode *… in lookupProfile() argument 2331 if (rtl_ustr_ascii_compare(strFile, SVERSION_PROFILE) == 0) in lookupProfile() 2588 copy_ustr_n(aPath + dwPathLen, strFile, rtl_ustr_getLength(strFile)+1); in lookupProfile()
|
/trunk/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 144 ::osl::File strFile( aUStr ); in ifFileExist() 145 ::osl::FileBase::RC nError = strFile.open( OpenFlag_Read ); in ifFileExist() 149 strFile.close( ); in ifFileExist()
|
/trunk/main/sal/osl/os2/ |
H A D | file_url.cxx | 1371 rtl_String *strFile = NULL; in _osl_warnFile() local 1373 …rtl_uString2String( &strFile, rtl_uString_getStr( ustrFile ), rtl_uString_getLength( ustrFile ), o… in _osl_warnFile() 1374 snprintf( szBuffer, sizeof(szBuffer), message, strFile->buffer ); in _osl_warnFile() 1375 rtl_string_release( strFile ); in _osl_warnFile()
|
/trunk/main/sal/inc/osl/ |
H A D | process.h | 350 oslProcessError SAL_CALL osl_getExecutableFile(rtl_uString **strFile);
|
Completed in 22 milliseconds