Home
last modified time | relevance | path

Searched refs:mirrorCeVolPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3831 std::string mirrorCeVolPath(StringPrintf("%s/%s", kDataMirrorCePath, uuid_)); in onPrivateVolumeRemoved() local
3839 if (TEMP_FAILURE_RETRY(umount(mirrorCeVolPath.c_str())) != 0) { in onPrivateVolumeRemoved()
3841 res = error(StringPrintf("Failed to umount %s %s", mirrorCeVolPath.c_str(), in onPrivateVolumeRemoved()
3845 if (delete_dir_contents_and_dir(mirrorCeVolPath, true) != 0) { in onPrivateVolumeRemoved()
3846 res = error("Failed to delete " + mirrorCeVolPath); in onPrivateVolumeRemoved()