Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1701 auto ce_snapshot_path = in snapshotAppData() local
1704 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() local
1816 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()