Searched refs:out_file (Results 1 – 2 of 2) sorted by relevance
231 def DumpHtml(spec_file, out_file): argument237 with open(out_file, "w") as out_fd:255 spec_file, out_file = ParseCmdLine() variable259 DumpHtml(spec_file, out_file)260 print("Output HTML file: %s" % out_file)
55 const std::string& out_file) { in WriteApexManifest() argument62 if (!android::base::WriteStringToFile(json_string, out_file)) { in WriteApexManifest()63 PLOG(ERROR) << "Cannot write to " << out_file; in WriteApexManifest()