Searched refs:from_de (Results 1 – 1 of 1) sorted by relevance
1033 auto from_de = create_data_misc_de_rollback_package_path(volume_uuid, in restoreAppDataSnapshot() local1039 (access(from_de.c_str(), F_OK) == 0); in restoreAppDataSnapshot()1072 int rc = copy_directory_recursive(from_de.c_str(), to_de.c_str()); in restoreAppDataSnapshot()1081 res = error(rc, "Failed copying " + from_de + " to " + to_de); in restoreAppDataSnapshot()1084 delete_dir_contents_and_dir(from_de, true /* ignore_if_missing */); in restoreAppDataSnapshot()