Home
last modified time | relevance | path

Searched refs:report_file (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/public/
Dreport.py150 def Dump(self, report_file): argument
163 if not report_file:
166 with open(report_file, "w") as f:
169 os.path.abspath(report_file))
Dacloud_main.py402 if report and args.report_file:
403 report.Dump(args.report_file)
/tools/acloud/create/
Dcreate.py212 if report and args.report_file:
213 report.Dump(args.report_file)
/tools/acloud/public/acloud_kernel/
Dacloud_kernel.py83 report.Dump(args.report_file)