Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Didef-parser.y875 FILE *input_file = fopen(argv[ARG_INDEX_IDEFS], "r"); variable
876 fseek(input_file, 0L, SEEK_END);
877 long input_size = ftell(input_file);
879 fseek(input_file, 0L, SEEK_SET);
883 input_file);
910 fclose(input_file);
/qemu/tests/qtest/
H A Dreadconfig-test.c231 static void test_docs_q35(const char *input_file, struct device *devices) in test_docs_q35() argument
267 input_file, cfg_file); in test_docs_q35()
/qemu/scripts/
H A Dxml-preprocess.py287 input_file = sys.argv[1]
288 output_xml = preprocess_xml(input_file)
H A Ddecodetree.py42 input_file = '' variable
159 error_with_file(input_file, lineno, *args)
469 self.file = input_file
615 self.file = input_file
1505 global input_file
1561 input_file = filename