Searched refs:GetPath (Results 1 - 25 of 182) sorted by path

12345678

/haiku/headers/libs/print/libprint/
H A DPrinterData.h34 bool GetPath(string& path) const;
/haiku/headers/os/storage/
H A DEntry.h65 status_t GetPath(BPath* path) const;
/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h20 void GetPath(BString& _path) const;
H A DLocatableFile.h24 void GetPath(BString& _path) const;
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDevice.h68 virtual status_t GetPath(KPath *path) const;
/haiku/headers/private/storage/
H A DDiskDevice.h31 virtual status_t GetPath(BPath* path) const;
H A DEntryOperationEngineBase.h43 status_t GetPath(BPath& buffer, const char*& _path)
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp155 status_t error = directory->GetPath(&path);
160 error = FDManager::OpenDir(path.GetPath(), fDirHandle);
H A DEntry.cpp87 // GetPath
89 Entry::GetPath(Path* path) function in class:Entry
91 return VolumeManager::GetDefault()->GetPath(this, path);
H A DEntry.h33 status_t GetPath(Path* path);
H A DNode.cpp142 status_t error = GetPath(&path);
148 if (lstat(path.GetPath(), &st) < 0)
153 ERROR("Node::UpdateStat(): ERROR: GetPath() returned path that "
156 GetVolumeID(), GetID(), path.GetPath());
185 // GetPath
187 Node::GetPath(Path* path) function in class:Node
189 return VolumeManager::GetDefault()->GetPath(this, path);
269 status_t error = GetPath(&path);
274 ssize_t bytesRead = readlink(path.GetPath(), buffer, bufferSize);
H A DNode.h48 status_t GetPath(Path* path);
H A DPath.cpp104 // GetPath
106 Path::GetPath() const function in class:Path
H A DPath.h17 const char* GetPath() const;
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());
H A DSecurityContext.h65 const char* GetPath() const;
H A DVolumeManager.h76 status_t GetPath(Entry* entry, Path* path);
77 status_t GetPath(Node* node, Path* path);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp248 entry.GetPath(&path);
/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/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp39 if((fStatus = entry.GetPath(&path)) == B_OK){
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp684 entry.GetPath(&path);
/haiku/src/apps/bootmanager/
H A DBootDrive.cpp85 if (device.GetPath(&path) == B_OK && path == fPath)
H A DFileSelectionPage.cpp198 if (entry.GetPath(&path) == B_OK)
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.cpp109 error = entry.GetPath(&path);

Completed in 116 milliseconds

12345678