Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1114 auto de_snapshot_path = create_data_misc_de_rollback_package_path(volume_uuid, in destroyAppDataSnapshot() local
1117 int res = delete_dir_contents_and_dir(de_snapshot_path, true /* ignore_if_missing */); in destroyAppDataSnapshot()
1119 return error(res, "Failed clearing snapshot " + de_snapshot_path); in destroyAppDataSnapshot()