Searched refs:from_de (Results 1 – 1 of 1) sorted by relevance
1731 auto from_de = create_data_misc_de_rollback_package_path(volume_uuid, userId, snapshotId, in restoreAppDataSnapshot() local1737 (access(from_de.c_str(), F_OK) == 0); in restoreAppDataSnapshot()1770 int rc = copy_directory_recursive(from_de.c_str(), to_de.c_str()); in restoreAppDataSnapshot()1779 res = error(rc, "Failed copying " + from_de + " to " + to_de); in restoreAppDataSnapshot()1782 delete_dir_contents_and_dir(from_de, true /* ignore_if_missing */); in restoreAppDataSnapshot()