Searched refs:file_path (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | utils.py | 130 def check_gzip_file(file_path): argument 132 with gzip.open(file_path, 'rb') as gzfile: 168 def add_executable_permission(file_path): argument 169 current_mode = os.stat(file_path).st_mode 171 os.chmod(file_path, new_mode)
|
/arkcompiler/ets_frontend/test/scripts/performance_test/ |
D | performance_build.py | 336 def write_from_dic(self, file_path, first_line, dic): argument 346 excel_path = os.path.join(self.config.log_direct, os.path.basename(file_path)) 352 self.mail_helper.add_logs_file(file_path, content.encode()) 364 file_path = self.config.output_split.join((path_prefix, self.config.log_filename[0])) 365 file_path = os.path.join(self.prj_name, file_path) 366 self.write_from_dic(file_path, None, self.all_size_dic) 368 file_path = self.config.output_split.join((path_prefix, self.config.log_filename[1])) 369 file_path = os.path.join(self.prj_name, file_path) 370 self.write_from_dic(file_path, self.first_line_in_avg_excel, self.size_avg_dic) 375 file_path = self.config.output_split.join((path_prefix, self.config.log_filename[2])) [all …]
|
/arkcompiler/runtime_core/libpandafile/ |
D | pgo.h | 32 void SetProfilePath(std::string &file_path) in SetProfilePath() argument 34 profile_file_path_ = std::move(file_path); in SetProfilePath()
|
/arkcompiler/runtime_core/templates/events/ |
D | events.h.erb | 38 static void Init(const std::string& file_path) { 39 EventWriter::events_file.open(file_path, std::ios::out);
|
/arkcompiler/ets_runtime/test/ |
D | run_ts_test262.py | 172 for file_path in args.release: 173 all_files = get_path_file(file_path)
|
/arkcompiler/ets_frontend/testTs/ |
D | run_testTs.py | 160 def read_out_file(file_path): argument 161 with open(file_path, 'r') as read_file_path:
|