Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3832 std::string mirrorDeVolPath(StringPrintf("%s/%s", kDataMirrorDePath, uuid_)); in onPrivateVolumeRemoved() local
3850 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()