Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3834 std::string mirrorMiscDeVolPath(StringPrintf("%s/%s", kMiscMirrorDePath, uuid_)); in onPrivateVolumeRemoved() local
3872 if (TEMP_FAILURE_RETRY(umount(mirrorMiscDeVolPath.c_str())) != 0) { in onPrivateVolumeRemoved()
3874 res = error(StringPrintf("Failed to umount %s %s", mirrorMiscDeVolPath.c_str(), in onPrivateVolumeRemoved()
3878 if (delete_dir_contents_and_dir(mirrorMiscDeVolPath, true) != 0) { in onPrivateVolumeRemoved()
3879 res = error("Failed to delete " + mirrorMiscDeVolPath); in onPrivateVolumeRemoved()