Searched refs:GetPath (Results 1 - 25 of 182) sorted by last modified time

12345678

/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp711 status = entry.GetPath(&path);
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp425 && entry.GetPath(&path) == B_OK) {
651 if (entry.InitCheck() == B_OK && entry.GetPath(&path) == B_OK) {
H A DFSUtils.cpp1796 entry->GetPath(&path);
1814 destEntry.GetPath(&destPath);
2149 if (node.InitCheck() == B_OK && entry->GetPath(&path) == B_OK) {
2853 if (entry->InitCheck() != B_OK || entry->GetPath(&path) != B_OK)
3542 status_t result = appEntry.GetPath(&path);
4034 err = parent.GetPath(&pathParent);
4038 err = entry->GetPath(&path);
H A DContainerWindow.cpp158 result = entry.GetPath(&path);
203 result = entry.GetPath(&path);
274 result = entry.GetPath(&path);
956 TargetModel()->GetPath(&path);
3532 TargetModel()->GetPath(&path);
H A DFilePanelPriv.cpp1340 entry.GetPath(&path);
H A DTracker.cpp385 && entry.GetPath(&path) == B_OK) {
H A DPoseView.cpp8691 if (entry.GetPath(&path) == B_OK)
H A DUtilities.h461 entry.GetPath(&path);
475 entry->GetPath(&path);
491 entry.GetPath(&path);
H A DOpenWithWindow.cpp258 debugEntry.GetPath(&debugPath);
1270 if (entry.GetPath(&path) != B_OK) {
1692 entry.GetPath(&path);
1719 entry.GetPath(&path1);
1722 entry2.GetPath(&path2);
1758 entry.GetPath(&path);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp506 entry.GetPath(&path);
/haiku/src/apps/drivesetup/
H A DDiskView.cpp278 partition->GetPath(&path);
H A DPartitionList.cpp231 partition->GetPath(&path);
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp690 transactionEntry.GetPath(&transactionPath) == B_OK) {
H A DVolume.cpp221 error = entry.GetPath(&path);
1075 activationEntry.GetPath(&activationPath) == B_OK)
1245 scriptEntry.GetPath(&scriptPath);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp389 if (entry.GetPath(&path) == B_OK) {
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp161 result = directoryEntry.GetPath(&directoryEntryPath);
203 result = directoryEntry.GetPath(&directoryEntryPath);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp237 entry.GetPath(&path);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1009 if (!entry.Exists() || entry.GetPath(&path) != B_OK)
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp331 resolvedModel.GetPath(&traversedPath);
660 resolvedModel.GetPath(&traversedPath);
/haiku/src/apps/mail/
H A DMailWindow.cpp2707 entry.GetPath(&path);
2742 errorCode = fileEntry.GetPath(&filePath);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1362 if (entry.GetPath(&path) != B_NO_ERROR)
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp70 device.GetPath(&fPath);
/haiku/src/apps/deskbar/
H A DStatusView.cpp657 status_t status = entry->GetPath(&path);
/haiku/src/system/boot/loader/
H A Dmenu.cpp549 bool GetPath(BlockedPath& _path) const function in class:BlocklistMenuItem
555 ->GetPath(_path)
565 if (GetPath(path))
601 if (GetPath(path)) {
/haiku/src/bin/filteredquery/
H A Dquery.cpp111 if (entry.GetPath(&path) < B_OK) {

Completed in 276 milliseconds

12345678