Home | History | Annotate | Download | only in common_lib

Lines Matching refs:result_dir

2011 def gs_upload(local_file, remote_file, acl, result_dir=None,
2019 @param result_dir: Result directory if you want to add tracing to the
2046 if not result_dir:
2051 with open(os.path.join(result_dir, 'tracing'), 'w') as ftrace: