Lines Matching refs:eKind

1060         DirEntryKind eKind = FileStat( *this, nAccess ).GetKind();  in Exists()  local
1061 if ( eKind & ( FSYS_KIND_FILE | FSYS_KIND_DIR ) ) in Exists()
1067 if ( 0 != ( eKind & FSYS_KIND_DEV ) ) in Exists()
1073 return 0 != ( eKind & ( FSYS_KIND_FILE | FSYS_KIND_DIR ) ); in Exists()
2089 DirEntry DirEntry::TempName( DirEntryKind eKind ) const in TempName()
2187 if ( FSYS_KIND_FILE == eKind ) in TempName()
2210 if ( FSYS_KIND_DIR == eKind ) in TempName()
2398 ErrCode CreateEntry_Impl( const DirEntry &rPath, DirEntryKind eKind ) in CreateEntry_Impl() argument
2402 if ( FSYS_KIND_FILE == eKind ) in CreateEntry_Impl()
2408 else if ( FSYS_KIND_ALL != eKind ) in CreateEntry_Impl()
2416 if ( FSYS_KIND_NONE == eKind ) in CreateEntry_Impl()
2425 DirEntryKind eKind, in IsValidEntry_Impl() argument
2430 DBG_ASSERT( eKind == FSYS_KIND_NONE || eKind == FSYS_KIND_ALL || in IsValidEntry_Impl()
2431 eKind == FSYS_KIND_FILE || eKind == FSYS_KIND_DIR, in IsValidEntry_Impl()
2467 return (ERRCODE_NONE == CreateEntry_Impl( aPath, eKind )); in IsValidEntry_Impl()
2484 sal_Bool DirEntry::MakeShortName( const String& rLongName, DirEntryKind eKind, in MakeShortName() argument
2514 if ( FSYS_KIND_ALL == eKind ) in MakeShortName()
2521 if ( IsValidEntry_Impl( *this, aLongName, eKind, sal_False, bUseDelim ) ) in MakeShortName()
2598 if ( FSYS_KIND_ALL == eKind && CMP_LOWER(aName) == aOldName ) in MakeShortName()
2599 …if ( FSYS_KIND_ALL == eKind && CMP_LOWER(ByteString(GetName(), osl_getThreadTextEncoding())) == aO… in MakeShortName()
2603 if ( !Exists() && (ERRCODE_NONE == CreateEntry_Impl( *this, eKind )) ) in MakeShortName()
2627 nError = CreateEntry_Impl( *this, eKind ); in MakeShortName()