Home
last modified time | relevance | path

Searched refs:ustrFile (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sal/osl/w32/
H A Dsecurity.c542 rtl_uString *ustrFile = NULL; in osl_getConfigDir() local
545 if ( !GetSpecialFolder( &ustrFile, CSIDL_APPDATA) ) in osl_getConfigDir()
549 rtl_uString_newFromStr( &ustrFile, sFile); in osl_getConfigDir()
552 … bSuccess = (sal_Bool)(osl_File_E_None == osl_getFileURLFromSystemPath(ustrFile, pustrDirectory)); in osl_getConfigDir()
554 if ( ustrFile ) in osl_getConfigDir()
555 rtl_uString_release( ustrFile ); in osl_getConfigDir()
H A Dfile_error.h37 void _osl_warnFile (const char * message, rtl_uString * ustrFile);
H A Dfile_error.c133 void _osl_warnFile( const char *message, rtl_uString *ustrFile ) in _osl_warnFile() argument
137 if (ustrFile) in _osl_warnFile()
141 rtl_uString2String( &strFile, rtl_uString_getStr( ustrFile ), rtl_uString_getLength( ustrFile ), in _osl_warnFile()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx1365 void _osl_warnFile( const char *message, rtl_uString *ustrFile ) in _osl_warnFile() argument
1369 if (ustrFile) in _osl_warnFile()
1373 …rtl_uString2String( &strFile, rtl_uString_getStr( ustrFile ), rtl_uString_getLength( ustrFile ), o… in _osl_warnFile()
/trunk/main/sal/osl/all/
H A Dfilepath.c37 rtl_uString *ustrFile = NULL; in osl_abbreviateSystemPath() local
59 uFileWidth = pfnCalcWidth( ustrFile ); in osl_abbreviateSystemPath()
83 if ( ustrFile->length > 4 ) in osl_abbreviateSystemPath()
85 ustrFile->length--; in osl_abbreviateSystemPath()
86 ustrFile->buffer[ustrFile->length-3] = '.'; in osl_abbreviateSystemPath()
87 ustrFile->buffer[ustrFile->length-2] = '.'; in osl_abbreviateSystemPath()
88 ustrFile->buffer[ustrFile->length-1] = '.'; in osl_abbreviateSystemPath()
89 ustrFile->buffer[ustrFile->length] = 0; in osl_abbreviateSystemPath()
91 uFileWidth = pfnCalcWidth( ustrFile ); in osl_abbreviateSystemPath()
113 if ( ustrFile ) in osl_abbreviateSystemPath()
[all …]

Completed in 31 milliseconds