Home
last modified time | relevance | path

Searched refs:ustrFileName (Results 1 – 11 of 11) sorted by path

/trunk/main/sal/inc/osl/
H A Dfile.h384 rtl_uString *ustrFileName; member
H A Dfile.hxx245 …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()
/trunk/main/sal/osl/os2/
H A Dfile.cxx1035 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 Dprofile.c1144 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()
H A Duunxapi.hxx71 const rtl::OUString& ustrFileName, in realpath() argument
74 return realpath_u(ustrFileName.pData, &ustrResolvedName.pData); in realpath()
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx71 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 Dfile_stat.cxx311 osl_systemPathGetFileNameOrLastDirectoryPart(file_path.pData, &pStat->ustrFileName); in osl_getFileStatus()
H A Duunxapi.hxx63 const rtl::OUString& ustrFileName, in realpath() argument
66 return realpath_u(ustrFileName.pData, &ustrResolvedName.pData); in realpath()
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx1562 …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 Dfile_url.cxx972 rtl_uString *ustrFileName, in osl_searchFileURL() argument
981 error = _osl_getSystemPathFromFileURL( ustrFileName, &ustrUNCPath, sal_True ); in osl_searchFileURL()
H A Dprofile.cxx178 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()

Completed in 83 milliseconds