Lines Matching refs:DirEntry
64 DECLARE_LIST( DirEntryList, DirEntry* )
218 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive()
227 DirEntry aPath(*this); in IsCaseSensitive()
298 sal_Bool DirEntry::ToAbs() in ToAbs()
310 *this = DirEntry( String( getcwd( sBuf, MAXPATHLEN ), osl_getThreadTextEncoding() ) ) + *this; in ToAbs()
326 String DirEntry::GetVolume() const in GetVolume()
328 DBG_CHKTHIS( DirEntry, ImpCheckDirEntry ); in GetVolume()
330 DirEntry aPath( *this ); in GetVolume()
347 DirEntry DirEntry::GetDevice() const in GetDevice()
349 DBG_CHKTHIS( DirEntry, ImpCheckDirEntry ); in GetDevice()
351 DirEntry aPath( *this ); in GetDevice()
378 sal_Bool DirEntry::SetCWD( sal_Bool bSloppy ) const in SetCWD()
380 DBG_CHKTHIS( DirEntry, ImpCheckDirEntry ); in SetCWD()
434 DirEntry *pTemp = new DirEntry( ByteString(pDosEntry->d_name), eFlag, FSYS_STYLE_UNX ); in Read()
436 pTemp->ImpChangeParent( new DirEntry( *pParent ), sal_False); in Read()
489 sal_Bool FileStat::Update( const DirEntry& rDirEntry, sal_Bool ) in Update()
598 FSysPathStyle DirEntry::GetPathStyle( const String & ) in GetPathStyle()