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

/haiku/src/kits/storage/disk_device/
H A DPartition.cpp575 BPath mountPointPath, markerPath; local
583 markerPath = mountPointPath;
584 markerPath.Append(skAutoCreatePrefix);
590 if (mkdir(markerPath.Path(), S_IRWXU | S_IRWXG | S_IRWXO) < 0) {
604 rmdir(markerPath.Path());
647 BPath markerPath = path; local
648 markerPath.Append(skAutoCreatePrefix);
649 BEntry pathEntry (markerPath.Path());
651 rmdir(markerPath.Path());

Completed in 36 milliseconds