Searched refs:GetPath (Results 76 - 100 of 182) sorted by relevance

12345678

/haiku/src/kits/storage/disk_device/
H A DPartition.cpp357 BPartition::GetPath(BPath* path) const function in class:BPartition
364 status_t error = Parent()->GetPath(path);
440 error = device->GetPath(&path);
469 error = device->GetPath(&path);
569 status_t error = GetPath(&partitionPath);
H A DDiskDevice.cpp209 // GetPath
211 BDiskDevice::GetPath(BPath* path) const function in class:BDiskDevice
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp280 entry.GetPath(&path);
300 entry.GetPath(&path);
645 entry.GetPath(&addons_path);
/haiku/src/kits/debugger/files/
H A DFileManager.cpp160 file->GetPath(path);
367 directory->GetPath(dirPath);
688 file->GetPath(originalPath);
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp78 status_t error = device->GetPath(&path);
100 status_t error = partition->GetPath(&path);
172 status_t error = device->GetPath(&path);
/haiku/src/kits/tracker/
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);
H A DModel.h121 void GetPath(BPath*) const;
/haiku/src/kits/storage/
H A DCopyEngine.cpp116 status_t error = sourceEntry.GetPath(sourcePathBuffer, sourcePath);
122 error = destEntry.GetPath(destPathBuffer, destPath);
/haiku/src/bin/
H A Dmountvolume.cpp293 partition->GetPath(&path);
459 if (entry.GetPath(&path) != B_OK)
H A Dramdisk.cpp199 error = entry.GetPath(&normalizedPath);
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp181 if (entry.Exists() && entry.GetPath(&path) == B_OK)
488 if (entry.GetPath(&path) != B_OK)
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp282 if (entry.GetPath(&path) == B_OK)
347 if (target.GetPath(&targetPath) != B_OK)
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp248 entry.GetPath(&path);
/haiku/src/kits/device/
H A DUSBRoster.cpp95 entry.GetPath(&path);
/haiku/src/kits/print/
H A DPrintAddOnServer.cpp173 if (entry.GetPath(&path) != B_OK)
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp195 entry.GetPath(&name);
/haiku/src/servers/package/
H A DFSTransaction.cpp223 status_t error = entry.GetPath(pathBuffer, path);
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp115 f->GetPath(path);
/haiku/src/tests/kits/locale/
H A DcatalogTest.cpp178 appFolder.GetPath( &appPath);
/haiku/src/apps/installer/
H A DPackageViews.cpp57 entry.GetPath(&path);
/haiku/src/tests/kits/storage/
H A DSymLinkTest.cpp636 CPPUNIT_ASSERT( entry.GetPath(&entryPath) == B_OK );
649 CPPUNIT_ASSERT( entry.GetPath(&entryPath) == B_OK );
724 CPPUNIT_ASSERT( entry.GetPath(&entryPath) == B_OK );
739 CPPUNIT_ASSERT( entry.GetPath(&entryPath) == B_OK );
H A DDirectoryTest.cpp645 // On BeOS and Haiku, calling BEntry::GetPath() returns the normalized
671 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
683 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
695 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
744 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
755 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
766 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
785 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
1252 CPPUNIT_ASSERT( entry.GetPath(&path) == B_OK );
1300 CPPUNIT_ASSERT( entry.GetPath(
[all...]
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h115 virtual status_t GetPath(KPath *path) const;
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDevice.cpp284 KDiskDevice::GetPath(KPath* path) const function in class:KDiskDevice
/haiku/headers/private/storage/
H A DPartition.h66 virtual status_t GetPath(BPath* path) const;

Completed in 2477 milliseconds

12345678