Searched refs:GetParent (Results 26 - 50 of 90) sorted by relevance

1234

/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.cpp45 path.GetParent(&parent); // ��bergeordnetes Verzeichnis suchen
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp163 status = path.GetParent(&path);
/haiku/src/kits/tracker/
H A DFSUndoRedo.cpp251 entry.GetParent(&sourceEntry);
312 entry.GetParent(&source);
H A DFSUtils.cpp487 result = entry->GetParent(&parent);
856 if (entry.GetParent(&parent) != B_OK)
1041 entry.GetParent(&destDir);
1106 entry.GetParent(&destDir);
2173 entry.GetParent(&parent);
2285 sourceEntry->GetParent(&srcDirectory);
3115 status_t err = path.GetParent(&parentPath);
3129 entry.GetParent(&parent);
3162 err = originalPath.GetParent(&parentPath);
3363 if ((error = entry.GetParent(
[all...]
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp151 && entry.GetParent(&parent) == B_OK) {
158 && entry.GetParent(&directory) == B_OK) {
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp106 entry.GetParent(&entry);
423 entry.GetParent(&entry);
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp281 path.GetParent(&path);
646 addons_path.GetParent(&addons_path);
675 path.GetParent(&path);
/haiku/src/apps/installer/
H A DCopyEngine.cpp416 ret = destPath.GetParent(&destDirectory);
436 ret = destination.GetParent(&dstFolder);
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp293 path.GetParent(&path);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp164 if (entry.GetParent(&dir) == B_OK
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp146 entry.GetParent(&parent);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp207 entry.GetParent(&parent);
/haiku/src/tests/kits/locale/
H A DcatalogTest.cpp176 appEntry.GetParent( &appFolder);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp133 return entry->GetParent()->GetID();
/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/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
H A DPath.cpp277 BPath::GetParent(BPath* path) const function in class:BPath
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp488 fPath.GetParent(&parentDirectory);
543 if (fPath.GetParent(&containingFolder) != B_OK)
/haiku/src/servers/mail/
H A DDeskbarView.cpp398 || entry.GetParent(&directory) < B_OK
408 targetPath.GetParent(&targetPath);
/haiku/src/servers/print/
H A DPrinter.cpp431 file.GetParent(&path);
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp52 if (path.GetParent(&parent) == B_OK) {
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp122 fToPackages.GetParent(&path);
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp448 currentFilePath.GetParent(&damagedFilePath);
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp433 status_t result = path.GetParent(&parent);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp409 if (curImage.GetParent(&parent) != B_OK)

Completed in 268 milliseconds

1234