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

/haiku/src/kits/storage/disk_device/
H A DPartition.cpp519 BString mountPointPath(volumeName);
520 mountPointPath.ReplaceAll('/', '-');
521 mountPointPath.Insert("/", 0);
524 BString basePath(mountPointPath);
528 status_t error = entry.SetTo(mountPointPath.String());
534 mountPointPath = basePath;
535 mountPointPath << counter;
539 return mountPoint->SetTo(mountPointPath.String());
575 BPath mountPointPath, markerPath; local
578 error = GetMountPoint(&mountPointPath);
[all...]

Completed in 31 milliseconds