Searched refs:FindEntry (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.cpp127 Entry* entry = FindEntry(parent, name, nameLength);
150 PackageSettingsItem::FindEntry(Entry* parent, const char* name) const function in class:PackageFS::PackageSettingsItem
157 PackageSettingsItem::FindEntry(Entry* parent, const char* name, function in class:PackageFS::PackageSettingsItem
H A DPackageSettingsItem.h139 Entry* FindEntry(Entry* parent, const char* name)
141 Entry* FindEntry(Entry* parent, const char* name,
/haiku/src/apps/mail/
H A DStatus.cpp124 if (dir.FindEntry("Mail", &entry) == B_NO_ERROR)
130 if (dir.FindEntry("status", &entry) == B_NO_ERROR)
154 dir.FindEntry(newName, &entry);
H A DSignature.cpp353 if (dir.FindEntry("Mail", &entry) == B_NO_ERROR)
361 if (dir.FindEntry("signatures", &entry) == B_NO_ERROR)
377 dir.FindEntry(name, &fEntry);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.h42 status_t FindEntry(const char *name, Entry **entry) const;
H A DDirectory.cpp245 // FindEntry
247 Directory::FindEntry(const char *name, Entry **_entry) const function in class:Directory
261 error = GetVolume()->FindEntry(GetID(), name, _entry);
272 if (error == B_OK && (error = FindEntry(name, &entry)) == B_OK)
283 if (error == B_OK && (error = FindEntry(name, &entry)) == B_OK) {
H A DVolume.h131 status_t FindEntry(ino_t id, const char *name, Entry **entry);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h115 Entry* FindEntry(Entry* parent, const String& name)
117 Entry* FindEntry(Entry* parent, const char* name)
H A DPackageSettings.cpp101 Entry* entry = FindEntry(parent, name);
122 PackageSettingsItem::FindEntry(Entry* parent, const String& name) const function in class:PackageSettingsItem
129 PackageSettingsItem::FindEntry(Entry* parent, const char* name) const function in class:PackageSettingsItem
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h79 status_t FindEntry(const VNode *rootDir, const char *path,
H A DVolume.cpp445 // FindEntry
447 Volume::FindEntry(const VNode *rootDir, const char *path, VNode *foundNode) function in class:Volume
450 PRINT(("Volume::FindEntry(`%s')\n", path));
482 PRINT(("Volume::FindEntry(`%s') done: %s\n", path, strerror(error)));
659 if (FindEntry(fRootVNode, entry, &node) == B_OK
/haiku/headers/os/storage/
H A DDirectory.h41 status_t FindEntry(const char *path, BEntry *entry,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.h37 status_t FindEntry(const char* name, ino_t* id = NULL);
H A Dkernel_interface.cpp469 status = iterator->FindEntry(name, _vnodeID);
899 status = directoryIterator->FindEntry(name, &id);
967 status = oldIterator->FindEntry(oldName, &oldID);
1032 status = newIterator->FindEntry(newName, &existentID);
1082 status = oldIterator->FindEntry(oldName, &oldID);
1097 status = inodeIterator.FindEntry("..");
1399 status = directoryIterator->FindEntry(name, &id);
/haiku/headers/build/os/storage/
H A DDirectory.h39 status_t FindEntry(const char *path, BEntry *entry,
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp36 suite->addTest( new TC("BDirectory::FindEntry Test",
669 CPPUNIT_ASSERT( dir.FindEntry(existing, &entry) == B_OK );
681 CPPUNIT_ASSERT( dir.FindEntry(existing, &entry) == B_OK );
693 CPPUNIT_ASSERT( dir.FindEntry(existingRelSub, &entry) == B_OK );
709 CPPUNIT_ASSERT( dir.FindEntry(existingRelSub, &entry) == B_ENTRY_NOT_FOUND );
721 CPPUNIT_ASSERT( dir.FindEntry(nonExistingRel, &entry) == B_ENTRY_NOT_FOUND );
731 CPPUNIT_ASSERT( dir.FindEntry(existingRelSub, NULL) == B_BAD_VALUE );
733 CPPUNIT_ASSERT( dir.FindEntry(NULL, &entry) == B_BAD_VALUE );
735 CPPUNIT_ASSERT( dir.FindEntry(NULL, NULL) == B_BAD_VALUE );
742 CPPUNIT_ASSERT( dir.FindEntry(dirLin
[all...]
/haiku/src/apps/people/
H A DPersonWindow.cpp215 directory.FindEntry(name, &entry);
386 if (dir.FindEntry("people", &entry) == B_OK
H A DPeopleApp.cpp88 if (dir.FindEntry("People_data", &entry) == B_OK) {
/haiku/src/bin/bfs_tools/lib/
H A DInode.h171 virtual status_t FindEntry(const char *name, block_run *run);
/haiku/src/apps/processcontroller/
H A DPreferences.cpp42 prefdir.FindEntry(fName, &entry);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp219 settings.FindEntry(fCurrentItem->Label(), &entry);
221 profile.FindEntry(fCurrentItem->Label(), &entry);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp234 return directory.FindEntry(Name(), entry, true);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp228 BDirectory::FindEntry(const char* path, BEntry* entry, bool traverse) const function in class:BDirectory
/haiku/src/kits/storage/
H A DDirectory.cpp248 BDirectory::FindEntry(const char* path, BEntry* entry, bool traverse) const function in class:BDirectory
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp513 else if (indices->FindEntry(attribute,&run) == B_OK)

Completed in 161 milliseconds

12