Searched refs:ce_snapshot_path (Results 1 – 1 of 1) sorted by relevance
1005 auto ce_snapshot_path = create_data_misc_ce_rollback_package_path(volume_uuid, user, in snapshotAppData() local1007 rc = get_path_inode(ce_snapshot_path, reinterpret_cast<ino_t*>(_aidl_return)); in snapshotAppData()1009 res = error(rc, "Failed to get_path_inode for " + ce_snapshot_path); in snapshotAppData()1114 auto ce_snapshot_path = create_data_misc_ce_rollback_package_path(volume_uuid, in destroyAppDataSnapshot() local1116 int res = delete_dir_contents_and_dir(ce_snapshot_path, true /* ignore_if_missing */); in destroyAppDataSnapshot()1118 return error(res, "Failed clearing snapshot " + ce_snapshot_path); in destroyAppDataSnapshot()