Searched refs:GetParent (Results 51 - 75 of 90) sorted by relevance

1234

/haiku/src/preferences/joysticks/
H A DJoyWin.cpp538 entry.GetParent(&parent);
/haiku/src/tools/cppunit/
H A DTestShell.cpp481 if (path.GetParent(fTestDir) != B_OK)
/haiku/src/kits/tracker/
H A DNodeWalker.cpp414 source->GetParent(&parent);
H A DNavMenu.cpp418 status_t status = entry.GetParent(&parent);
755 && entry.GetParent(&entry) == B_OK) {
H A DFilePanelPriv.cpp352 if (entry.GetParent(&entry) != B_OK)
1462 && entry.GetParent(&dir) == B_OK
/haiku/src/apps/terminal/
H A DPrefHandler.cpp234 if (directoryPath.GetParent(&directoryPath) == B_OK)
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp338 if (tmpEntry.GetParent(&parent) != B_OK)
/haiku/src/apps/people/
H A DPersonWindow.cpp268 folder.GetParent(&folder);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp470 path.GetParent(&path);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp211 Directory *parent = dir->GetParent();
585 parent = parent->GetParent()) {
1069 if (dir->GetParent())
1070 *nodeID = dir->GetParent()->GetID();
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp894 destination.GetParent(&directory);
1061 ret = destination.GetParent(&dirPath);
/haiku/src/tests/kits/storage/
H A DFileTest.cpp171 CPPUNIT_ASSERT( path.GetParent(&dirPath) == B_OK );
288 CPPUNIT_ASSERT( path.GetParent(&dirPath) == B_OK );
H A DEntryTest.cpp309 // GetParent(BEntry *)
311 CPPUNIT_ASSERT( entry.GetParent(&parentEntry) == B_OK );
317 // GetParent(BDirectory *)
319 CPPUNIT_ASSERT( entry.GetParent(&parentDir) == B_OK );
1295 // GetParent() and GetRef(). The other cases have already been tested in
1356 // 4. GetParent(BEntry *)
1361 CPPUNIT_ASSERT( entry.GetParent(&parentEntry) == B_NO_INIT );
1366 CPPUNIT_ASSERT( entry.GetParent(&parentEntry) == B_NO_INIT );
1371 CPPUNIT_ASSERT( entry.GetParent(&parentEntry) == B_ENTRY_NOT_FOUND );
1374 // 5. GetParent(BDirector
[all...]
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp401 if (path.GetParent(&path) != B_OK
893 status = parent.GetParent(&parent);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp957 entry.GetParent(&parent);
2144 entry.GetParent(&dirEntry);
2239 entry.GetParent(&folderEntry);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp693 if (path.GetParent(&path) != B_OK)
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp393 if (entry.GetParent(&entry) == B_OK
/haiku/src/apps/launchbox/
H A DMainWindow.cpp301 openTarget.GetParent(&openTarget);
/haiku/src/kits/translation/
H A DTranslationUtils.cpp218 if (path.GetParent(&path) != B_OK)
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp376 path.GetParent(&path);
H A DPlaylist.cpp769 mediaFilePath.GetParent(&dirPath);
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp1103 if ((status = entry.GetParent(&directory)) < B_OK)
1367 if ((status = entry.GetParent(&directory)) < B_OK)
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1387 if (folderPath.GetParent(&folderPath) == B_OK) {
1550 if (entry.GetParent(&parent) == B_OK) {
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp332 status = path.GetParent(&path);
340 printf("IconButton::SetIcon() - path.GetParent() failed: %s\n", strerror(status));
/haiku/src/servers/media/
H A Dmedia_server.cpp208 err |= entry.GetParent(&entry);

Completed in 231 milliseconds

1234