Home
last modified time | relevance | path

Searched refs:strFile (Results 1 – 5 of 5) sorted by path

/trunk/main/sal/inc/osl/
H A Dprocess.h350 oslProcessError SAL_CALL osl_getExecutableFile(rtl_uString **strFile);
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx1371 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/osl/w32/
H A Dfile_error.c139 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 Dprofile.cxx173 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 Dosl_Module.cxx144 ::osl::File strFile( aUStr ); in ifFileExist()
145 ::osl::FileBase::RC nError = strFile.open( OpenFlag_Read ); in ifFileExist()
149 strFile.close( ); in ifFileExist()

Completed in 60 milliseconds