Home
last modified time | relevance | path

Searched defs:input_file (Results 1 – 4 of 4) sorted by relevance

/qemu/scripts/
H A Dqcow2-to-stdout.py88 def get_input_as_raw_file(input_file, input_format): argument
157 def write_qcow2_content(input_file, cluster_size, refcount_bits, data_file_name, data_file_raw): argument
H A Ddecodetree.py42 input_file = '' variable
/qemu/target/hexagon/idef-parser/
H A Didef-parser.y872 FILE *input_file = fopen(argv[ARG_INDEX_IDEFS], "r"); variable
/qemu/tests/qtest/
H A Dreadconfig-test.c231 static void test_docs_q35(const char *input_file, struct device *devices) in test_docs_q35()