Searched refs:GetFilePath (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/storage/
H A DDiskDevice.h41 status_t GetFilePath(BPath* path) const;
/haiku/src/bin/
H A Ddiskimage.cpp65 device.GetFilePath(&path) == B_OK ? path.Path() : "???");
168 if ((device.GetFilePath(&path) == B_OK && lstat(path.Path(), &st) == 0
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp372 BDiskDevice::GetFilePath(BPath* path) const function in class:BDiskDevice

Completed in 39 milliseconds