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