GetFilePath
status_t GetFilePath(BPath* path) const;
if ((device.GetFilePath(&path) == B_OK && lstat(path.Path(), &st) == 0
if ((device.GetFilePath(&path) == B_OK && lstat(path.Path(), &st) == 0
device.GetFilePath(&path) == B_OK ? path.Path() : "???");