Symbol: DirEntryBlock
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1044
DirEntryBlock entryBlock(fRootEntryBlock, fRootEntryBlockSize);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1057
DirEntryBlock entryBlock(fRootEntryBlock, fRootEntryBlockSize);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
110
DirEntryBlock& entryBlock);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1203
DirEntryBlock newEntryBlock(
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1304
DirEntryBlock newEntryBlock(
src/tests/system/kernel/file_corruption/fs/Directory.cpp
141
DirEntryBlock::DirEntryBlock()
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1428
DirEntryBlock newEntryBlock(
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1442
size_t keyLength, DirEntryBlock& entryBlock)
src/tests/system/kernel/file_corruption/fs/Directory.cpp
149
DirEntryBlock::DirEntryBlock(checksumfs_dir_entry_block* entryBlock,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1492
DirEntryBlock childEntryBlock(
src/tests/system/kernel/file_corruption/fs/Directory.cpp
159
DirEntryBlock::SetTo(checksumfs_dir_entry_block* entryBlock,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
168
DirEntryBlock::EntryCount() const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
175
DirEntryBlock::BytesUsedFor(int32 entryCount) const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
185
DirEntryBlock::BytesUsed() const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
192
DirEntryBlock::FreeSpace() const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
199
DirEntryBlock::BlockIndexAt(int32 index) const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
208
DirEntryBlock::NameAt(int32 index, size_t& _nameLength) const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
221
DirEntryBlock::FindInsertionIndex(const char* name, size_t nameLength,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
23
DirEntryBlock();
src/tests/system/kernel/file_corruption/fs/Directory.cpp
24
DirEntryBlock(
src/tests/system/kernel/file_corruption/fs/Directory.cpp
257
DirEntryBlock::FindSplitIndex(int32 index, size_t bytesNeeded) const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
276
DirEntryBlock::InsertEntry(int32 index, const char* name, size_t nameLength,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
320
DirEntryBlock::ReplaceEntryName(int32 index, const char* name,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
356
DirEntryBlock::RemoveEntry(int32 index)
src/tests/system/kernel/file_corruption/fs/Directory.cpp
408
DirEntryBlock::SplitBlock(int32 splitIndex, DirEntryBlock& other)
src/tests/system/kernel/file_corruption/fs/Directory.cpp
456
DirEntryBlock::Check() const
src/tests/system/kernel/file_corruption/fs/Directory.cpp
52
DirEntryBlock& other);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
563
DirEntryBlock entryBlock(fRootEntryBlock, fRootEntryBlockSize);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
86
DirEntryBlock entryBlock;