FileType
length, entry->FileType());
uint8 FileType() const { return file_type; }
Inode::Remove(const char* name, FileType type, ino_t* id)
Inode::CreateObject(const char* name, const char* path, int mode, FileType type,
int mode, FileType type, ino_t* id);
status_t Remove(const char* name, FileType type,
FileType type, ChangeInfo* changeInfo, uint64* fileID, FileHandle* handle,
NFS4Inode::RemoveObject(const char* name, FileType type, ChangeInfo* changeInfo,
int mode, FileType type, ChangeInfo* changeInfo,
status_t RemoveObject(const char* name, FileType type,
RequestBuilder::Create(FileType type, const char* name, AttrValue* attr,
status_t Create(FileType type, const char* name,
if (header.FileType() != TAR_FILE_TYPE_NORMAL)
tar_file_type FileType() const;
const char* FileType() const;
SharedCacheEntry::FileType() const
CPPUNIT_ASSERT_EQUAL(TAR_FILE_TYPE_NORMAL, header.FileType());