Searched refs:restore_snapshot (Results 1 – 3 of 3) sorted by relevance
/tools/asuite/atest/integration_tests/ |
D | snapshot_unittest.py | 66 environ, objs = snapshot.restore_snapshot( 83 _, actual_objs = snapshot.restore_snapshot( 206 snapshot.restore_snapshot(snapshot_name, restore_dir) 226 snapshot.restore_snapshot(snapshot_name, restore_dir) 245 snapshot.restore_snapshot(snapshot_name, restore_dir) 261 snapshot.restore_snapshot(snapshot_name, restore_dir) 276 snapshot.restore_snapshot(snapshot_name, workspace.as_posix()) 291 snapshot.restore_snapshot(snapshot_name, workspace.as_posix()) 311 snapshot.restore_snapshot(snapshot_name, workspace.as_posix())
|
D | snapshot.py | 108 def restore_snapshot( member in Snapshot 124 env = self._env_snapshot.restore_snapshot(name, root_path) 125 objs = self._obj_snapshot.restore_snapshot(name) 127 self._dir_snapshot.restore_snapshot(name, root_path, exclude_paths, env) 159 def restore_snapshot(self, name: str) -> dict[str, Any]: member in _ObjectSnapshot 198 def restore_snapshot(self, name: str, root_path: str) -> dict[str, str]: member in _EnvSnapshot 483 def restore_snapshot( member in _DirSnapshot
|
D | split_build_test_script.py | 309 return self._snapshot.restore_snapshot(
|