Searched refs:GetPath (Results 126 - 150 of 182) sorted by relevance

12345678

/haiku/src/apps/installer/
H A DCopyEngine.cpp293 ret = entry.GetPath(&entryPath);
H A DWorkerThread.cpp772 entry.GetPath(&path);
802 partition->GetPath(&path);
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp548 entry.GetPath(&path);
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp371 if (!entry.Exists() || entry.GetPath(&path) != B_OK) {
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp196 status_t error = descriptor->GetPath(tempPath);
/haiku/src/preferences/sounds/
H A DHWindow.cpp413 entry.GetPath(&item_path);
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp489 if (bootPartition->GetPath(&path) != B_OK)
/haiku/src/apps/terminal/
H A DPrefHandler.cpp561 if (entry.GetPath(&path) != B_OK)
/haiku/src/apps/mail/
H A DEnclosures.cpp473 if (entry.GetPath(&path) == B_OK && file.InitCheck() == B_OK) {
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp223 suite->addTest( new TC("BEntry::Special cases for Exists(), GetPath(),...",
301 // GetPath()
303 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
313 CPPUNIT_ASSERT( parentEntry.GetPath(&path) == B_OK );
322 CPPUNIT_ASSERT( parentEntry.GetPath(&path) == B_OK );
1294 // Tests special (mostly error) cases for Exists(), GetPath(), GetName(),
1318 // 2. GetPath()
1323 CPPUNIT_ASSERT( entry.GetPath(&path) == B_NO_INIT );
1328 CPPUNIT_ASSERT( entry.GetPath(&path) == B_NO_INIT );
1338 CPPUNIT_ASSERT( entry.GetPath(
[all...]
H A DQueryTest.cpp1021 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
1099 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
1449 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp437 if (partition->GetPath(&partitionPath) == B_OK
1383 partition->GetPath(&partitionPath);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp331 resolvedModel.GetPath(&traversedPath);
660 resolvedModel.GetPath(&traversedPath);
/haiku/src/kits/tracker/
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);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1725 sourceFile->GetPath(sourceText);
1963 ->GetPath(path);
1993 sourceFile->GetPath(sourcePath);
H A DVariablesView.cpp315 *fComponentPath = *fParent->GetPath();
434 TypeComponentPath* GetPath() const function in class:VariablesView::ModelNode
3052 TypeComponentPath* componentPath = node->GetPath();
3097 TypeComponentPath* componentPath = node->GetPath();
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp786 entry.GetPath(&path);
792 entry.GetPath(&path);
1102 if (image->GetPath() == path)
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp797 if (error == B_OK && entry.GetPath(&path) == B_OK)
/haiku/src/build/libbe/storage/
H A DEntry.cpp515 BEntry::GetPath(BPath *path) const function in class:BEntry
/haiku/src/kits/storage/
H A DEntry.cpp298 BEntry::GetPath(BPath* path) const function in class:BEntry
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp617 if (entry.GetPath(&path) == B_OK
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp684 entry.GetPath(&path);
/haiku/src/kits/support/
H A DArchivable.cpp681 err = entry.GetPath(&path);
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp478 if (entry.GetPath(&fPath) != B_OK)
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp828 entry.GetPath(&path);

Completed in 202 milliseconds

12345678