Searched refs:ce_snapshot_path (Results 1 – 1 of 1) sorted by relevance
1701 auto ce_snapshot_path = in snapshotAppData() local1704 rc = get_path_inode(ce_snapshot_path, reinterpret_cast<ino_t*>(_aidl_return)); in snapshotAppData()1706 res = error(rc, "Failed to get_path_inode for " + ce_snapshot_path); in snapshotAppData()1813 auto ce_snapshot_path = in destroyAppDataSnapshot() local1816 int res = delete_dir_contents_and_dir(ce_snapshot_path, true /* ignore_if_missing */); in destroyAppDataSnapshot()1818 return error(res, "Failed clearing snapshot " + ce_snapshot_path); in destroyAppDataSnapshot()