Home
last modified time | relevance | path

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

/qemu/scripts/
H A Dqcow2-to-stdout.py88 def get_input_as_raw_file(input_file, input_format): argument
90 yield input_file
157 def write_qcow2_content(input_file, cluster_size, refcount_bits, data_file_name, data_file_raw): argument
165 disk_size = align_up(os.path.getsize(input_file), 512)
190 fd = os.open(input_file, os.O_RDONLY)
420 if not os.path.isfile(args.input_file):
434 data_file_name = args.input_file
438 with get_input_as_raw_file(args.input_file, args.input_format) as raw_file:
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
/qemu/target/hexagon/idef-parser/
H A Didef-parser.y872 FILE *input_file = fopen(argv[ARG_INDEX_IDEFS], "r"); variable
873 fseek(input_file, 0L, SEEK_END);
874 long input_size = ftell(input_file);
876 fseek(input_file, 0L, SEEK_SET);
880 input_file);
907 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()