Searched refs:ustrFileName (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | file_misc.cxx | 71 rtl_uString* ustrFileName; /* holds native file name */ 265 rtl_uString* ustrFileName = NULL; in osl_getNextDirectoryItem() local 290 rtl_string2UString( &ustrFileName, composed_name, strlen( composed_name), in osl_getNextDirectoryItem() 295 rtl_string2UString( &ustrFileName, pEntry->d_name, strlen( pEntry->d_name ), in osl_getNextDirectoryItem() 297 OSL_ASSERT(ustrFileName != 0); in osl_getNextDirectoryItem() 301 osl_systemPathMakeAbsolutePath(pDirImpl->ustrPath, ustrFileName, &ustrFilePath); in osl_getNextDirectoryItem() 302 rtl_uString_release( ustrFileName ); in osl_getNextDirectoryItem()
|
H A D | uunxapi.hxx | 63 const rtl::OUString& ustrFileName, in realpath() argument 66 return realpath_u(ustrFileName.pData, &ustrResolvedName.pData); in realpath()
|
H A D | file_stat.cxx | 311 osl_systemPathGetFileNameOrLastDirectoryPart(file_path.pData, &pStat->ustrFileName); in osl_getFileStatus()
|
/aoo42x/main/sal/inc/osl/ |
H A D | file.hxx | 245 …static inline RC searchFileURL( const ::rtl::OUString& ustrFileName, const ::rtl::OUString& ustrSe… in searchFileURL() argument 247 return (RC) osl_searchFileURL( ustrFileName.pData, ustrSearchPath.pData, &ustrFileURL.pData ); in searchFileURL() 772 if ( _aStatus.ustrFileName ) in ~FileStatus() 773 rtl_uString_release( _aStatus.ustrFileName ); in ~FileStatus() 866 return _aStatus.ustrFileName ? ::rtl::OUString(_aStatus.ustrFileName) : ::rtl::OUString(); in getFileName()
|
H A D | file.h | 384 rtl_uString *ustrFileName; member
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 1562 …rtl_uString_newFromStr_WithLength( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(&l… in osl_getDriveInfo() 1564 …rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(&lpFirstBkSla… in osl_getDriveInfo() 1582 …rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(szFileName) ); in osl_getDriveInfo() 1585 rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(cDrive) ); in osl_getDriveInfo() 1599 …rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(szFileName) ); in osl_getDriveInfo() 1602 rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(cDrive) ); in osl_getDriveInfo() 1609 … rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(cRoot) ); in osl_getDriveInfo() 1722 …rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(pItemImpl->Fi… in osl_getFileStatus()
|
H A D | file_url.cxx | 972 rtl_uString *ustrFileName, in osl_searchFileURL() argument 981 error = _osl_getSystemPathFromFileURL( ustrFileName, &ustrUNCPath, sal_True ); in osl_searchFileURL()
|
H A D | profile.cxx | 178 static rtl_uString* osl_ProfileGenerateExtension(rtl_uString* ustrFileName, rtl_uString* ustrExtens… 2144 static rtl_uString* osl_ProfileGenerateExtension(rtl_uString* ustrFileName, rtl_uString* ustrExtens… in osl_ProfileGenerateExtension() argument 2152 pFileNameBuf = rtl_uString_getStr(ustrFileName); in osl_ProfileGenerateExtension() 2161 ustrFileName, in osl_ProfileGenerateExtension()
|
/aoo42x/main/sal/osl/os2/ |
H A D | uunxapi.hxx | 71 const rtl::OUString& ustrFileName, in realpath() argument 74 return realpath_u(ustrFileName.pData, &ustrResolvedName.pData); in realpath()
|
H A D | file.cxx | 1035 rtl_uString* ustrFileName = NULL; in osl_getNextDirectoryItem() local 1063 rtl_string2UString( &ustrFileName, pEntry->d_name, strlen( pEntry->d_name ), in osl_getNextDirectoryItem() 1065 OSL_ASSERT(ustrFileName != 0); in osl_getNextDirectoryItem() 1067 osl_systemPathMakeAbsolutePath(pDirImpl->ustrPath, ustrFileName, &pItemImpl->ustrFilePath); in osl_getNextDirectoryItem() 1068 rtl_uString_release( ustrFileName ); in osl_getNextDirectoryItem() 2652 …rtl_uString_newFromStr_WithLength( &pStatus->ustrFileName, (sal_Unicode*)&lpFirstBkSlash[1], lpLas… in _osl_getDriveInfo() 2654 rtl_uString_newFromStr( &pStatus->ustrFileName, (sal_Unicode*)&lpFirstBkSlash[1] ); in _osl_getDriveInfo() 2678 rtl_uString_newFromAscii( &pStatus->ustrFileName, szFileName ); in _osl_getDriveInfo() 2758 osl_systemPathGetFileNameOrLastDirectoryPart(pItemImpl->ustrFilePath, &pStatus->ustrFileName); in osl_getFileStatus()
|
H A D | profile.c | 1144 static osl_TFile* openFileImpl(rtl_uString *ustrFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument 1158 OSL_ASSERT( ustrFileName ); in openFileImpl() 1161 rtl_uString_getStr(ustrFileName), in openFileImpl() 1162 rtl_uString_getLength(ustrFileName), in openFileImpl()
|
Completed in 67 milliseconds