Searched defs:input_file (Results 1 – 4 of 4) sorted by relevance
88 def get_input_as_raw_file(input_file, input_format): argument157 def write_qcow2_content(input_file, cluster_size, refcount_bits, data_file_name, data_file_raw): argument
42 input_file = '' variable
872 FILE *input_file = fopen(argv[ARG_INDEX_IDEFS], "r"); variable
231 static void test_docs_q35(const char *input_file, struct device *devices) in test_docs_q35()