Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1028 auto ce_snapshot_path = create_data_misc_ce_rollback_package_path(volume_uuid, user, in snapshotAppData() local
1030 rc = get_path_inode(ce_snapshot_path, reinterpret_cast<ino_t*>(_aidl_return)); in snapshotAppData()
1032 res = error(rc, "Failed to get_path_inode for " + ce_snapshot_path); in snapshotAppData()
1137 auto ce_snapshot_path = create_data_misc_ce_rollback_package_path(volume_uuid, in destroyAppDataSnapshot() local
1139 int res = delete_dir_contents_and_dir(ce_snapshot_path, true /* ignore_if_missing */); in destroyAppDataSnapshot()
1141 return error(res, "Failed clearing snapshot " + ce_snapshot_path); in destroyAppDataSnapshot()