Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 25 of 185) sorted by relevance

12345678

/haiku/src/tools/
H A Drm_attrs.cpp35 const char* GetPath() const in GetPath() function in Path
92 DIR* dir = opendir(path.GetPath()); in remove_dir_contents()
95 path.GetPath(), strerror(errno)); in remove_dir_contents()
108 "entry: \"%s\"\n", path.GetPath(), entry->d_name); in remove_dir_contents()
121 path.GetPath(), strerror(errno)); in remove_dir_contents()
134 if (lstat(path.GetPath(), &st) < 0) { in remove_entry()
139 fprintf(stderr, "Error: Failed to remove \"%s\": %s\n", path.GetPath(), in remove_entry()
147 if (__get_attribute_dir_path(&st, path.GetPath(), in remove_entry()
156 fprintf(stderr, "Error: \"%s\" is a directory.\n", path.GetPath()); in remove_entry()
164 if (rmdir(path.GetPath()) < 0) { in remove_entry()
[all …]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp142 status_t error = GetPath(&path); in UpdateStat()
148 if (lstat(path.GetPath(), &st) < 0) in UpdateStat()
156 GetVolumeID(), GetID(), path.GetPath()); in UpdateStat()
187 Node::GetPath(Path* path) in GetPath() function in Node
189 return VolumeManager::GetDefault()->GetPath(this, path); in GetPath()
269 status_t error = GetPath(&path); in ReadSymlink()
274 ssize_t bytesRead = readlink(path.GetPath(), buffer, bufferSize); in ReadSymlink()
H A DEntry.cpp89 Entry::GetPath(Path* path) in GetPath() function in Entry
91 return VolumeManager::GetDefault()->GetPath(this, path); in GetPath()
H A DNodeHandle.cpp106 status_t error = node->GetPath(&path); in Open()
111 error = FDManager::Open(path.GetPath(), openMode | O_NOTRAVERSE, 0, fFD); in Open()
277 status_t error = node->GetPath(&path); in Open()
282 error = FDManager::OpenAttrDir(path.GetPath(), fDir); in Open()
H A DPath.h17 const char* GetPath() const;
H A DVolumeManager.h76 status_t GetPath(Entry* entry, Path* path);
77 status_t GetPath(Node* node, Path* path);
H A DEntry.h33 status_t GetPath(Path* path);
/haiku/src/kits/storage/
H A DEntryOperationEngineBase.cpp80 BEntryOperationEngineBase::Entry::GetPath(BPath& buffer, const char*& _path) in GetPath() function in BPrivate::BEntryOperationEngineBase::Entry
114 if (GetPath(pathBuffer, path) == B_OK) in Path()
127 status_t error = GetPath(buffer, path); in GetPathOrName()
152 if (error != B_OK || (error = entry.GetPath(&buffer)) != B_OK) in GetPathOrName()
/haiku/src/kits/debugger/files/
H A DLocatableFile.cpp41 LocatableFile::GetPath(BString& _path) const in GetPath() function in LocatableFile
43 fParent->GetPath(_path); in GetPath()
H A DLocatableDirectory.cpp44 LocatableDirectory::GetPath(BString& _path) const in GetPath() function in LocatableDirectory
/haiku/src/servers/package/
H A DFSUtils.cpp197 status_t error = packageEntry.GetPath(packagePathBuffer, packagePath); in ExtractPackageContent()
203 error = targetDirectoryEntry.GetPath(targetPathBuffer, targetPath); in ExtractPackageContent()
232 status_t error = entry.GetPath(pathBuffer, path); in _OpenFile()
245 status_t error = entry.GetPath(pathBuffer, path); in _OpenSymLink()
/haiku/src/bin/
H A Ddiskimage.cpp68 printf("%s", device.GetPath(&path) == B_OK ? path.Path() : "???"); in list_file_disk_devices()
106 && device.GetPath(&path) == B_OK) { in register_file_disk_device()
171 || (device.GetPath(&path) == B_OK && lstat(path.Path(), &st) == 0 in unregister_file_disk_device()
H A Dfilepanel.cpp66 entry.GetPath(&p); in MessageReceived()
90 entry.GetPath(&p); in RefsReceived()
/haiku/src/build/libroot/
H A Dfs_descriptors.h34 virtual status_t GetPath(string& path) const;
76 virtual status_t GetPath(string& path) const;
H A DLocalFD.h25 return descriptor->GetPath(fPath); in Init()
/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h20 void GetPath(BString& _path) const;
H A DLocatableFile.h24 void GetPath(BString& _path) const;
/haiku/src/kits/tracker/
H A DNavigator.cpp65 model->GetPath(&fPath); in BNavigator()
298 Window()->TargetModel()->GetPath(&path); in GoTo()
309 newmodel->GetPath(&fPath); in UpdateLocation()
/haiku/src/apps/diskusage/
H A DSnapshot.h30 void GetPath(std::string& path) const;
/haiku/headers/private/storage/
H A DEntryOperationEngineBase.h43 status_t GetPath(BPath& buffer, const char*& _path)
/haiku/src/apps/text_search/
H A DFileIterator.cpp32 if (entry.GetPath(&path) != B_OK) in _ExamineFile()
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp97 entry.GetPath(&path); in FillVendors()
113 entry.GetPath(&path); in FillPrinters()
/haiku/src/add-ons/tracker/openterminal/
H A DOpenTerminal.cpp23 if (targetEntry.GetPath(&targetPath) != B_OK) in launch_terminal()
/haiku/headers/libs/print/libprint/
H A DPrinterData.h34 bool GetPath(string& path) const;
/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp45 file->GetPath(path); in GetFunctionID()

12345678