Searched refs:out_file (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/elfcheck/elfcheck/ |
D | rewriter.py | 89 def flush(self, out_file): argument 94 print(line, file=out_file) 230 def _rewrite_lines(self, lines, out_file): argument 243 stashed_lines.flush(out_file) 270 stashed_lines.flush(out_file) 273 def rewrite(self, out_file=sys.stdout): argument 280 self._rewrite_lines(lines, out_file)
|
/development/scripts/ |
D | cargo2rulesmk.py | 857 with open(cargo_toml, "a", encoding="utf-8") as out_file: 858 out_file.write("\n\n[workspace]\n") 890 with open(cargo_toml, "w", encoding="utf-8") as out_file: 892 out_file.writelines(cargo_toml_lines) 910 with open(cargo_out, "a+", encoding="utf-8") as out_file: 911 out_file.write("### Running: " + cmd + "\n")
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 600 out_file = open(out_file_name, 'w') 604 print_xml(results[p], apps_redefine_base, p, out_file) 605 out_file.close()
|