Searched refs:GetPath (Results 101 - 125 of 182) sorted by relevance

12345678

/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp375 entry.GetPath(&path);
542 entry.GetPath(&originalPath);
586 //entry.GetPath(&path);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp326 sourceFile->GetPath(sourcePath);
519 currentFile->GetPath(sourcePath);
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp246 partition->GetPath(&partitionPath);
351 status_t status = device.GetPath(&path);
H A DDrivesPage.cpp70 device.GetPath(&fPath);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp288 entry.GetPath(&name);
381 if (entry.GetPath(&path) != B_OK)
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp363 entry.GetPath(&path);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp404 entry.GetPath(&path);
/haiku/src/servers/package/
H A DRoot.cpp203 error = entry.GetPath(&path);
H A DVolume.cpp221 error = entry.GetPath(&path);
1075 activationEntry.GetPath(&activationPath) == B_OK)
1245 scriptEntry.GetPath(&scriptPath);
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp330 if (entry.GetPath(&transportPath) != B_OK)
/haiku/src/apps/diskusage/
H A DScanner.cpp81 fSnapshot->currentDir->GetPath(fDesiredPath);
H A DControlsView.cpp280 entry.GetPath(&path);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp907 // GetPath
909 VolumeManager::GetPath(Entry* entry, Path* path) function in class:VolumeManager
912 status_t error = GetPath(entry->GetDirectory(), path);
920 // GetPath
922 VolumeManager::GetPath(Node* node, Path* path) function in class:VolumeManager
941 return GetPath(entry, path);
H A DSecurityContext.cpp295 // GetPath
297 Share::GetPath() const function in class:Share
422 error = AddShare(tmpShare.GetName(), tmpShare.GetPath());
924 error = shares->AddString("paths", share->GetPath());
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp176 status_t error = GetPath(&path);
239 status_t error = GetPath(&path);
710 KPartition::GetPath(KPath* path) const function in class:KPartition
1336 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/servers/mount/
H A DAutoMounter.cpp171 if (partition->GetPath(&path) != B_OK)
274 if (partition->GetPath(&path) != B_OK)
332 if (partition->GetPath(&path) != B_OK)
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp469 status = inEntry.GetPath(&path);
894 entry.GetPath(&path);
1033 entry.GetPath(&path);
/haiku/src/kits/tracker/
H A DModel.cpp1208 Model::GetPath(BPath* path) const function in class:Model
1211 entry.GetPath(path);
1220 GetPath(&path);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp483 ->GetImage(info->fImageIndex)->GetPath().Path());
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp106 if (entry.GetPath(&path) == B_OK) {
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp297 entry.GetPath(&path);
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp333 if ((result = packageEntry.GetPath(&packagePath)) != B_OK) {
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp397 if (nextEnt.GetPath(&nextPath) == B_NO_ERROR) {
/haiku/src/tools/cppunit/
H A DTestShell.cpp109 err = addonEntry.GetPath(&addonPath);

Completed in 147 milliseconds

12345678