Searched refs:GetParent (Results 1 - 25 of 90) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp66 // GetParent
68 Directory::GetParent() const function in class:Directory
71 return (entry ? entry->GetParent() : NULL);
136 status_t error = (entry && !entry->GetParent() ? B_OK : B_BAD_VALUE);
189 status_t error = (entry && entry->GetParent() == this ? B_OK
300 else if ((*entry)->GetParent() == this)
318 else if ((*entry)->GetParent() == this)
H A DDirectory.h28 Directory *GetParent() const;
H A DEntry.h30 Directory *GetParent() const { return fParent; } function in class:Entry
H A DDirectoryEntryTable.h33 return HashKey(Key(value->GetParent()->GetID(), value->GetName()));
38 return (value->GetParent()->GetID() == key.id
H A DIndex.cpp82 entry->GetParent()->GetID());
/haiku/headers/os/storage/
H A DEntry.h66 status_t GetParent(BEntry* entry) const;
67 status_t GetParent(BDirectory* dir) const;
H A DPath.h49 status_t GetParent(BPath* path) const;
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp42 path.GetParent(&parent); // lock for parent
71 path.GetParent(&parent); // lock for parent
H A DTPreferences.cpp43 path.GetParent(&parent);
/haiku/headers/build/os/storage/
H A DEntry.h66 status_t GetParent(BEntry *entry) const;
67 status_t GetParent(BDirectory *dir) const;
/haiku/src/add-ons/tracker/openterminal/
H A DOpenTerminal.cpp51 if (entry.GetParent(&entry) != B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp102 *node = fDirectory->GetParent();
186 // GetParent
188 VirtualDir::GetParent() const function in class:VirtualDir
H A DVirtualDir.h67 VirtualDir* GetParent() const;
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp85 entry.GetParent(&parent);
/haiku/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp64 if (targetEntry.GetParent(&parentEntry) != B_OK) {
/haiku/src/kits/tracker/
H A DNavigator.cpp172 path.GetParent(&path);
213 if (entry.GetParent(&parentEntry) == B_OK) {
339 bool enable = entry.GetParent(&parentEntry) == B_OK;
/haiku/src/apps/resedit/
H A DResourceRoster.cpp117 entry.GetParent(&dir);
/haiku/src/kits/mail/
H A DFileConfigView.cpp78 if (path.InitCheck() == B_OK && path.GetParent(&path) == B_OK)
/haiku/src/bin/package/
H A Dcommand_create.cpp127 while (outputPath.GetParent(&parent) == B_OK) {
/haiku/src/bin/filteredquery/
H A Dquery.cpp50 if (path.GetParent(&path) == B_OK &&
/haiku/src/tests/kits/storage/
H A DPathTest.cpp1081 // R5: crashs, when GetParent() is called on uninitialized BPath
1086 CPPUNIT_ASSERT( path.GetParent(&parent) == B_NO_INIT );
1093 CPPUNIT_ASSERT( path.GetParent(&parent) == B_ENTRY_NOT_FOUND );
1099 CPPUNIT_ASSERT( path.GetParent(&parent) == B_OK );
1102 CPPUNIT_ASSERT( path.GetParent(&parent) == B_OK );
1105 CPPUNIT_ASSERT( path.GetParent(&parent) == B_OK );
1112 CPPUNIT_ASSERT( path.GetParent(&parent) == B_OK );
1115 CPPUNIT_ASSERT( path.GetParent(&parent) == B_OK );
1122 CPPUNIT_ASSERT( path.GetParent(&path) == B_OK );
1124 CPPUNIT_ASSERT( path.GetParent(
[all...]
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp169 if (file.GetParent(&parent) == B_OK &&
/haiku/src/bin/rc/
H A Dcompile.cpp88 || fPath.GetParent(&fPath) != B_OK) {
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp177 repositoryInfoEntry.GetParent(&repositoryParentEntry);
/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp185 appEntry.GetParent(&appFolder);

Completed in 293 milliseconds

1234