Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3833 std::string mirrorMiscCeVolPath(StringPrintf("%s/%s", kMiscMirrorCePath, uuid_)); in onPrivateVolumeRemoved() local
3861 if (TEMP_FAILURE_RETRY(umount(mirrorMiscCeVolPath.c_str())) != 0) { in onPrivateVolumeRemoved()
3863 res = error(StringPrintf("Failed to umount %s %s", mirrorMiscCeVolPath.c_str(), in onPrivateVolumeRemoved()
3867 if (delete_dir_contents_and_dir(mirrorMiscCeVolPath, true) != 0) { in onPrivateVolumeRemoved()
3868 res = error("Failed to delete " + mirrorMiscCeVolPath); in onPrivateVolumeRemoved()