Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/tools/test_generator/
Dspec_visualizer.py231 def DumpHtml(spec_file, out_file): argument
237 with open(out_file, "w") as out_fd:
255 spec_file, out_file = ParseCmdLine() variable
259 DumpHtml(spec_file, out_file)
260 print("Output HTML file: %s" % out_file)
/packages/modules/Gki/
Dbuild_gki_apex_manifest.cpp55 const std::string& out_file) { in WriteApexManifest() argument
62 if (!android::base::WriteStringToFile(json_string, out_file)) { in WriteApexManifest()
63 PLOG(ERROR) << "Cannot write to " << out_file; in WriteApexManifest()