/haiku/src/tools/ |
H A D | rm_attrs.cpp | 35 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 D | Node.cpp | 142 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 D | Entry.cpp | 89 Entry::GetPath(Path* path) in GetPath() function in Entry 91 return VolumeManager::GetDefault()->GetPath(this, path); in GetPath()
|
H A D | NodeHandle.cpp | 106 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 D | Path.h | 17 const char* GetPath() const;
|
H A D | VolumeManager.h | 76 status_t GetPath(Entry* entry, Path* path); 77 status_t GetPath(Node* node, Path* path);
|
H A D | Entry.h | 33 status_t GetPath(Path* path);
|
/haiku/src/kits/storage/ |
H A D | EntryOperationEngineBase.cpp | 80 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 D | LocatableFile.cpp | 41 LocatableFile::GetPath(BString& _path) const in GetPath() function in LocatableFile 43 fParent->GetPath(_path); in GetPath()
|
H A D | LocatableDirectory.cpp | 44 LocatableDirectory::GetPath(BString& _path) const in GetPath() function in LocatableDirectory
|
/haiku/src/servers/package/ |
H A D | FSUtils.cpp | 197 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 D | diskimage.cpp | 68 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 D | filepanel.cpp | 66 entry.GetPath(&p); in MessageReceived() 90 entry.GetPath(&p); in RefsReceived()
|
/haiku/src/build/libroot/ |
H A D | fs_descriptors.h | 34 virtual status_t GetPath(string& path) const; 76 virtual status_t GetPath(string& path) const;
|
H A D | LocalFD.h | 25 return descriptor->GetPath(fPath); in Init()
|
/haiku/headers/private/debugger/files/ |
H A D | LocatableDirectory.h | 20 void GetPath(BString& _path) const;
|
H A D | LocatableFile.h | 24 void GetPath(BString& _path) const;
|
/haiku/src/kits/tracker/ |
H A D | Navigator.cpp | 65 model->GetPath(&fPath); in BNavigator() 298 Window()->TargetModel()->GetPath(&path); in GoTo() 309 newmodel->GetPath(&fPath); in UpdateLocation()
|
/haiku/src/apps/diskusage/ |
H A D | Snapshot.h | 30 void GetPath(std::string& path) const;
|
/haiku/headers/private/storage/ |
H A D | EntryOperationEngineBase.h | 43 status_t GetPath(BPath& buffer, const char*& _path)
|
/haiku/src/apps/text_search/ |
H A D | FileIterator.cpp | 32 if (entry.GetPath(&path) != B_OK) in _ExamineFile()
|
/haiku/src/tests/add-ons/print/ppd/ui/ |
H A D | PrinterSelection.cpp | 97 entry.GetPath(&path); in FillVendors() 113 entry.GetPath(&path); in FillPrinters()
|
/haiku/src/add-ons/tracker/openterminal/ |
H A D | OpenTerminal.cpp | 23 if (targetEntry.GetPath(&targetPath) != B_OK) in launch_terminal()
|
/haiku/headers/libs/print/libprint/ |
H A D | PrinterData.h | 34 bool GetPath(string& path) const;
|
/haiku/src/kits/debugger/debug_info/ |
H A D | FunctionInstance.cpp | 45 file->GetPath(path); in GetFunctionID()
|