Lines Matching full:os
16 import os
70 :param: opt_level: Options that control optimization. (E.g. -Os)
184 (E.g. -Os)
315 git_worktree_path = os.path.join(self.repo_path,
340 my_environment = os.environ.copy()
757 self.csv_dir = os.path.abspath(self.result_options.record_dir)
758 os.makedirs(self.csv_dir, exist_ok=True)
759 self.comp_dir = os.path.abspath(self.result_options.comp_dir)
760 os.makedirs(self.comp_dir, exist_ok=True)
789 output_file = os.path.join(
796 os.path.exists(output_file):
827 output_file = os.path.join(
863 'required arguments to parse for running ' + os.path.basename(__file__))
870 'optional arguments to parse for running ' + os.path.basename(__file__))
916 if os.path.isfile(comp_args.record_dir):
920 if os.path.isfile(comp_args.comp_dir):
933 'old', comp_args.old_rev, comp_args.arch, comp_args.config, 'cc', '-Os')
935 'new', comp_args.new_rev, comp_args.arch, comp_args.config, 'cc', '-Os')