Lines Matching refs:eKind

1063         DirEntryKind eKind = FileStat( *this, nAccess ).GetKind();  in Exists()  local
1064 if ( eKind & ( FSYS_KIND_FILE | FSYS_KIND_DIR ) ) in Exists()
1070 if ( 0 != ( eKind & FSYS_KIND_DEV ) ) in Exists()
1076 return 0 != ( eKind & ( FSYS_KIND_FILE | FSYS_KIND_DIR ) ); in Exists()
2092 DirEntry DirEntry::TempName( DirEntryKind eKind ) const in TempName()
2190 if ( FSYS_KIND_FILE == eKind ) in TempName()
2213 if ( FSYS_KIND_DIR == eKind ) in TempName()
2401 ErrCode CreateEntry_Impl( const DirEntry &rPath, DirEntryKind eKind ) in CreateEntry_Impl() argument
2405 if ( FSYS_KIND_FILE == eKind ) in CreateEntry_Impl()
2411 else if ( FSYS_KIND_ALL != eKind ) in CreateEntry_Impl()
2419 if ( FSYS_KIND_NONE == eKind ) in CreateEntry_Impl()
2428 DirEntryKind eKind, in IsValidEntry_Impl() argument
2433 DBG_ASSERT( eKind == FSYS_KIND_NONE || eKind == FSYS_KIND_ALL || in IsValidEntry_Impl()
2434 eKind == FSYS_KIND_FILE || eKind == FSYS_KIND_DIR, in IsValidEntry_Impl()
2470 return (ERRCODE_NONE == CreateEntry_Impl( aPath, eKind )); in IsValidEntry_Impl()
2487 sal_Bool DirEntry::MakeShortName( const String& rLongName, DirEntryKind eKind, in MakeShortName() argument
2517 if ( FSYS_KIND_ALL == eKind ) in MakeShortName()
2524 if ( IsValidEntry_Impl( *this, aLongName, eKind, sal_False, bUseDelim ) ) in MakeShortName()
2601 if ( FSYS_KIND_ALL == eKind && CMP_LOWER(aName) == aOldName ) in MakeShortName()
2602 …if ( FSYS_KIND_ALL == eKind && CMP_LOWER(ByteString(GetName(), osl_getThreadTextEncoding())) == aO… in MakeShortName()
2606 if ( !Exists() && (ERRCODE_NONE == CreateEntry_Impl( *this, eKind )) ) in MakeShortName()
2630 nError = CreateEntry_Impl( *this, eKind ); in MakeShortName()