Searched refs:wrapper_contents (Results 1 – 1 of 1) sorted by relevance
1453 let mut wrapper_contents = String::new(); in dump_preprocessed_input() localVariable1462 wrapper_contents.push_str("#include \""); in dump_preprocessed_input()1463 wrapper_contents.push_str(header); in dump_preprocessed_input()1464 wrapper_contents.push_str("\"\n"); in dump_preprocessed_input()1472 wrapper_contents.push_str("#line 0 \""); in dump_preprocessed_input()1473 wrapper_contents.push_str(name); in dump_preprocessed_input()1474 wrapper_contents.push_str("\"\n"); in dump_preprocessed_input()1475 wrapper_contents.push_str(contents); in dump_preprocessed_input()1486 wrapper_file.write_all(wrapper_contents.as_bytes())?; in dump_preprocessed_input()