Home
last modified time | relevance | path

Searched refs:qemu_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/AFLplusplus/
H A Dafl-wine-trace36 qemu_path = os.getenv("WINECOV_QEMU_PATH") variable
38 qemu_path = os.path.join(my_dir, "afl-qemu-trace") variable
40 qemu_path = "qemu-" variable
42 qemu_path += "x86_64"
44 qemu_path += "i386"
48 qemu_path = shutil.which(qemu_path) variable
79 print("[afl-wine-trace] exec:", " ".join([qemu_path, wine_path] + argv))
80 os.execve(qemu_path, [qemu_path, wine_path] + argv, os.environ)
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_gvtg_test.c65 static char qemu_path[PATH_MAX] = {0}; variable
146 qemu_path, hda_path, bios_path, mac_addr, uuid); in create_guest()
288 strcpy(qemu_path, optarg); in main()
329 qemu_path, hda_path, bios_path); in main()