Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/sys/
H A Dwindows.rs36 const VM_JSON_CONFIG_FILE: &str = "vm.json"; constant
282 let config_file_path = logs_path.join(VM_JSON_CONFIG_FILE); in generate_json_config_file()
H A Dlinux.rs38 const VM_JSON_CONFIG_FILE: &str = "vm.json"; constant
288 let config_file_path = test_dir.join(VM_JSON_CONFIG_FILE); in generate_json_config_file()