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

1234

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp293 path.GetParent(&path);
/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/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp164 if (entry.GetParent(&dir) == 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/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp409 if (curImage.GetParent(&parent) != B_OK)
/haiku/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp64 if (targetEntry.GetParent(&parentEntry) != B_OK) {
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp52 if (path.GetParent(&parent) == B_OK) {
H A DFileSelectionPage.cpp169 if (file.GetParent(&parent) == B_OK &&
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp85 entry.GetParent(&parent);
/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/apps/launchbox/
H A DMainWindow.cpp301 openTarget.GetParent(&openTarget);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp894 destination.GetParent(&directory);
1061 ret = destination.GetParent(&dirPath);
H A DUninstallView.cpp122 fToPackages.GetParent(&path);
/haiku/src/apps/resedit/
H A DResourceRoster.cpp117 entry.GetParent(&dir);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp207 entry.GetParent(&parent);
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp393 if (entry.GetParent(&entry) == B_OK
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp177 repositoryInfoEntry.GetParent(&repositoryParentEntry);
/haiku/src/bin/rc/
H A Dcompile.cpp88 || fPath.GetParent(&fPath) != B_OK) {
/haiku/src/build/libbe/storage/
H A DEntry.cpp529 If the function fails, the argument is Unset(). Destructive calls to GetParent() are
541 } while ((err=entry.GetParent(&entry)) == B_OK);
564 BEntry::GetParent(BEntry *entry) const function in class:BEntry
607 BEntry::GetParent(BDirectory *dir) const function in class:BEntry
/haiku/src/kits/mail/
H A DFileConfigView.cpp78 if (path.InitCheck() == B_OK && path.GetParent(&path) == B_OK)
/haiku/src/kits/storage/
H A DEntry.cpp310 status_t BEntry::GetParent(BEntry* entry) const function in class:BEntry
343 BEntry::GetParent(BDirectory* dir) const function in class:BEntry
/haiku/src/kits/tracker/
H A DFSUndoRedo.cpp251 entry.GetParent(&sourceEntry);
312 entry.GetParent(&source);
/haiku/src/kits/translation/
H A DTranslationUtils.cpp218 if (path.GetParent(&path) != B_OK)

Completed in 164 milliseconds

1234