Searched refs:snapshot_path (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SnapshotDataset.pbtxt | 19 `snapshot_path`, and reads from the snapshot in lieu of using `input_dataset`.
|
D | api_def_SnapshotDatasetV2.pbtxt | 37 `snapshot_path`, and reads from the snapshot in lieu of using `input_dataset`.
|
/external/perfetto/test/ |
D | cmdline_integrationtest.cc | 928 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/ |
D | lib.rs | 291 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/ |
D | main.rs | 537 snapshot_path: path.snapshot_path, in snapshot_vm() 543 restore_path: path.snapshot_path, in snapshot_vm()
|
/external/angle/build/android/pylib/local/emulator/ |
D | avd.py | 419 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/ |
D | avd.py | 408 snapshot_path = os.path.join(self._avd_dir, 'snapshots', snapshot_name) 409 return os.path.exists(snapshot_path)
|
/external/crosvm/devices/src/ |
D | lib.rs | 440 snapshot_path: path, in handle_command_tube()
|
/external/crosvm/src/crosvm/ |
D | cmdline.rs | 631 pub snapshot_path: PathBuf, field 643 pub snapshot_path: PathBuf, field
|