Searched refs:bios_path (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tools/ |
D | intel_gvtg_test.c | 67 static char bios_path[PATH_MAX] = {0}; variable 146 qemu_path, hda_path, bios_path, mac_addr, uuid); in create_guest() 296 strcpy(bios_path, optarg); in main() 329 qemu_path, hda_path, bios_path); in main()
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 385 def dump_whole(self, bios_path): argument 390 self._bios_handler.dump_whole(bios_path) 392 def write_whole(self, bios_path): argument 397 self._bios_handler.new_image(bios_path)
|
/external/crosvm/src/ |
D | linux.rs | 2328 Some(Executable::Bios(ref bios_path)) => VmImage::Bios( in setup_vm_components() 2329 File::open(bios_path).map_err(|e| Error::OpenBios(bios_path.to_path_buf(), e))?, in setup_vm_components()
|