Searched refs:FindEntry (Results 1 - 25 of 38) sorted by last modified time

12

/haiku/src/kits/tracker/
H A DFSUtils.cpp1286 if (destDir->FindEntry(destName, &conflictingEntry) == B_OK) {
1313 // A file with the same name was created after BDirectory::FindEntry was called and
1475 if (destDir->FindEntry(destName, &destEntry) == B_OK)
1536 if (destDir->FindEntry(destName, &destEntry) == B_OK)
1629 if (destDir->FindEntry(destName, &existingEntry) == B_OK) {
2277 if (destDir->FindEntry(name, &entry) != B_OK) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp480 if (dir->FindEntry(name, &entry) == B_OK) {
H A DVolume.cpp556 // FindEntry
558 Volume::FindEntry(ino_t id, const char *name, Entry **entry) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/ext2/
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);
H A DDirectoryIterator.cpp322 DirectoryIterator::FindEntry(const char* name, ino_t* _id) function in class:DirectoryIterator
324 TRACE("DirectoryIterator::FindEntry(): %p %p\n", this, name);
401 status_t status = FindEntry(dirEntry->name);
H A DInode.cpp527 status = entries->FindEntry(name, &entryID);
/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.cpp1210 Directory::FindEntry(const char *name, block_run *run) function in class:Directory
/haiku/src/bin/bfs_tools/
H A Drecover.cpp326 if (indices != NULL && indices->FindEntry("name", &run) == B_OK) {
H A Dchkindex.cpp513 else if (indices->FindEntry(attribute,&run) == B_OK)
/haiku/src/apps/mail/
H A DContent.cpp1911 if (dir.FindEntry(name, &entry) == B_NO_ERROR)
1968 dir.FindEntry(name, &entry);
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);
/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 Dpackagefs.cpp410 = fSettingsItem->FindEntry(fLastSettingsEntry, entry->Name());
H A DPackageSettingsItem.h139 Entry* FindEntry(Entry* parent, const char* name)
141 Entry* FindEntry(Entry* parent, const char* name,
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp872 if (systemLicenseDir.FindEntry(licenseName.String(), &license) == B_OK)
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
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
H A DPackageSettings.h115 Entry* FindEntry(Entry* parent, const String& name)
117 Entry* FindEntry(Entry* parent, const char* name)
/haiku/src/kits/storage/
H A DDirectory.cpp248 BDirectory::FindEntry(const char* path, BEntry* entry, bool traverse) const function in class:BDirectory
/haiku/src/build/libbe/storage/
H A DDirectory.cpp228 BDirectory::FindEntry(const char* path, BEntry* entry, bool traverse) const function in class:BDirectory
/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/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp127 = fSettingsItem->FindEntry(fLastSettingsEntry, entry->Name());
/haiku/src/apps/processcontroller/
H A DPreferences.cpp42 prefdir.FindEntry(fName, &entry);

Completed in 154 milliseconds

12