Searched refs:out_filename (Results 1 – 2 of 2) sorted by relevance
/bionic/tools/ |
D | generate-version-script.py | 16 def GenerateVersionScript(arch, in_filename, out_filename): argument 17 with open(out_filename, "w") as fout: 29 out_filename = sys.argv[3] variable 30 GenerateVersionScript(arch, in_filename, out_filename)
|
/bionic/benchmarks/linker_relocation/regen/ |
D | gen_bench.py | 165 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path, 181 with open(out_filename, 'w') as out:
|