Searched refs:DirEntryKind (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/tools/inc/tools/ |
H A D | fsys.hxx | 62 typedef int DirEntryKind; typedef 63 #define FSYS_KIND_NONE ((DirEntryKind) 0) 65 #define FSYS_KIND_FILE ((DirEntryKind) 1) 66 #define FSYS_KIND_DIR ((DirEntryKind) 2) 67 #define FSYS_KIND_DEV ((DirEntryKind) 4) 68 #define FSYS_KIND_BLOCK ((DirEntryKind) 8) 75 #define FSYS_KIND_RAM ((DirEntryKind) 1024) 77 #define FSYS_KIND_ALL ((DirEntryKind) 4095) 176 DirEntryKind nKindFlags; 450 DirEntryKind eAttrMask; [all …]
|
/aoo42x/main/tools/source/fsys/ |
H A D | tdir.cxx | 249 void Dir::Construct( DirEntryKind nKindFlags ) in Construct() 416 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ... ): in Dir() 441 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags ): in Dir()
|
H A D | dirent.cxx | 1060 DirEntryKind eKind = FileStat( *this, nAccess ).GetKind(); in Exists() 2089 DirEntry DirEntry::TempName( DirEntryKind eKind ) const in TempName() 2398 ErrCode CreateEntry_Impl( const DirEntry &rPath, DirEntryKind eKind ) in CreateEntry_Impl() 2425 DirEntryKind eKind, in IsValidEntry_Impl() 2484 sal_Bool DirEntry::MakeShortName( const String& rLongName, DirEntryKind eKind, in MakeShortName()
|
H A D | fstat.cxx | 137 sal_Bool FileStat::IsKind( DirEntryKind nKind ) const in IsKind()
|
H A D | os2.cxx | 57 DirEntryKind nKind;
|
/aoo42x/main/l10ntools/source/ |
H A D | localize.cxx | 544 DirEntryKind theDir=FSYS_KIND_FILE; in MergeSingleFile()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 2828 pRTLData->pDir = new Dir( aEntry, (DirEntryKind) nMode ); in RTLFUNC()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 3022 pDir = new Dir( aEntry, (DirEntryKind) nMode ); in Execute()
|
Completed in 93 milliseconds