Home
last modified time | relevance | path

Searched refs:bios_path (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tools/
Dintel_gvtg_test.c67 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/
Drpc_functions.py385 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/
Dlinux.rs2328 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()