Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SnapshotDataset.pbtxt19 `snapshot_path`, and reads from the snapshot in lieu of using `input_dataset`.
Dapi_def_SnapshotDatasetV2.pbtxt37 `snapshot_path`, and reads from the snapshot in lieu of using `input_dataset`.
/external/perfetto/test/
Dcmdline_integrationtest.cc928 std::string snapshot_path = path + ".0"; in TEST_F() local
929 for (int i = 0; i < 100 && !base::FileExists(snapshot_path); i++) { in TEST_F()
932 ASSERT_TRUE(base::FileExists(snapshot_path)); in TEST_F()
938 base::ReadFile(snapshot_path, &trace_str); in TEST_F()
/external/crosvm/vm_control/src/
Dlib.rs291 Take { snapshot_path: PathBuf },
305 SnapshotDevices { snapshot_path: PathBuf },
1680 VmRequest::Snapshot(SnapshotCommand::Take { ref snapshot_path }) => { in execute()
1726 let vcpu_path = snapshot_path.with_extension("vcpu"); in execute()
1747 snapshot_path: snapshot_path.clone(), in execute()
/external/crosvm/src/
Dmain.rs537 snapshot_path: path.snapshot_path, in snapshot_vm()
543 restore_path: path.snapshot_path, in snapshot_vm()
/external/angle/build/android/pylib/local/emulator/
Davd.py419 snapshot_path = os.path.join(self._avd_dir, 'snapshots', snapshot_name)
420 return os.path.exists(snapshot_path)
/external/cronet/build/android/pylib/local/emulator/
Davd.py408 snapshot_path = os.path.join(self._avd_dir, 'snapshots', snapshot_name)
409 return os.path.exists(snapshot_path)
/external/crosvm/devices/src/
Dlib.rs440 snapshot_path: path, in handle_command_tube()
/external/crosvm/src/crosvm/
Dcmdline.rs631 pub snapshot_path: PathBuf, field
643 pub snapshot_path: PathBuf, field