Searched refs:mirrorDeVolPath (Results 1 – 1 of 1) sorted by relevance
3832 std::string mirrorDeVolPath(StringPrintf("%s/%s", kDataMirrorDePath, uuid_)); in onPrivateVolumeRemoved() local3850 if (TEMP_FAILURE_RETRY(umount(mirrorDeVolPath.c_str())) != 0) { in onPrivateVolumeRemoved()3852 res = error(StringPrintf("Failed to umount %s %s", mirrorDeVolPath.c_str(), in onPrivateVolumeRemoved()3856 if (delete_dir_contents_and_dir(mirrorDeVolPath, true) != 0) { in onPrivateVolumeRemoved()3857 res = error("Failed to delete " + mirrorDeVolPath); in onPrivateVolumeRemoved()