Searched refs:ustrFile (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sal/osl/all/ |
H A D | filepath.c | 37 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 …]
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_error.c | 133 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()
|
H A D | security.c | 542 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 D | file_error.h | 37 void _osl_warnFile (const char * message, rtl_uString * ustrFile);
|
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.cxx | 1365 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()
|
Completed in 46 milliseconds