Searched refs:directoryEntry (Results 1 - 10 of 10) sorted by relevance

/haiku/src/servers/launch/
H A DAbstractEmptyDirectoryJob.cpp42 AbstractEmptyDirectoryJob::_EmptyDirectory(BEntry& directoryEntry, argument
45 BDirectory directory(&directoryEntry);
54 return remove ? directoryEntry.Remove() : B_OK;
H A DAbstractEmptyDirectoryJob.h23 status_t _EmptyDirectory(BEntry& directoryEntry,
H A DLaunchDaemon.cpp1443 LaunchDaemon::_ReadDirectory(const char* context, BEntry& directoryEntry) argument
1445 BDirectory directory(&directoryEntry);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp472 btrfs_dir_entry* directoryEntry = local
474 if (directoryEntry == NULL)
476 directoryEntry->location.SetObjectID(fID);
477 directoryEntry->location.SetType(BTRFS_KEY_TYPE_INODE_ITEM);
478 directoryEntry->location.SetOffset(0);
479 directoryEntry->SetTransactionID(transaction.SystemID());
481 directoryEntry->SetName(name, nameLength);
482 directoryEntry->SetAttributeData(NULL, 0);
483 directoryEntry->type = get_filetype(mode);
488 entry.SetSize(directoryEntry
[all...]
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_mmu.cpp64 uint32_t directoryEntry = sPageDirectory[i]; local
65 if (directoryEntry != 0) {
67 i << 22, directoryEntry & X86_PDE_ADDRESS_MASK,
68 directoryEntry & (~X86_PDE_ADDRESS_MASK));
69 uint32_t *pageTable = (uint32_t *)(directoryEntry & X86_PDE_ADDRESS_MASK);
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp151 BEntry directoryEntry; local
155 directory.GetNextEntry(&directoryEntry) != B_ENTRY_NOT_FOUND) {
161 result = directoryEntry.GetPath(&directoryEntryPath);
196 BEntry directoryEntry; local
201 directory.GetNextEntry(&directoryEntry) != B_ENTRY_NOT_FOUND) {
203 result = directoryEntry.GetPath(&directoryEntryPath);
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_mmu.cpp55 uint32 directoryEntry = sPageDirectory[i]; local
56 if (directoryEntry != 0) {
58 i << 20, directoryEntry & ARM_PDE_ADDRESS_MASK,
59 directoryEntry & ARM_PDE_TYPE_MASK);
60 uint32_t *pageTable = (uint32_t *)(directoryEntry & ARM_PDE_ADDRESS_MASK);
/haiku/src/tests/kits/mail/
H A Dheader_test.cpp170 process_directory(const BEntry& directoryEntry) argument
172 BDirectory directory(&directoryEntry);
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp209 BEntry directoryEntry; local
210 directory.GetEntry(&directoryEntry);
211 if (!directoryEntry.Exists()) {
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp637 BEntry directoryEntry;
638 directoryEntry.SetTo(path.Path());
643 if (!directoryEntry.Exists()) {
650 } else if (!directoryEntry.IsDirectory()) {

Completed in 85 milliseconds