Home
last modified time | relevance | path

Searched refs:MODES (Results 1 – 21 of 21) sorted by relevance

/test/testfwk/developer_test/localCoverage/interfaceCoverage/
Dmake_report.py29 MODES = stat.S_IWUSR | stat.S_IRUSR variable
99 with os.fdopen(os.open(reportpath, FLAGS_WRITE, MODES), 'w') as report:
134 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report:
170 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report:
210 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report:
246 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report:
Dget_innerkits_json.py26 MODES = stat.S_IWUSR | stat.S_IRUSR variable
46 with os.fdopen(os.open(output_json_path, FLAGS, MODES), 'w') as json_file:
DinterfaceCoverage_gcov_lcov.py32 MODES = stat.S_IWUSR | stat.S_IRUSR variable
399 with os.fdopen(os.open(report_path, FLAGS, MODES), 'w') as fd:
/test/testfwk/developer_test/libs/fuzzlib/
Dfuzzer_helper.py43 MODES = stat.S_IWUSR | stat.S_IRUSR variable
138 with os.fdopen(os.open(file_path, FLAGS, MODES), 'w') as filehandle:
144 with os.fdopen(os.open(file_path, FLAGS, MODES), 'w') as filehandle:
150 with os.fdopen(os.open(file_path, FLAGS, MODES), 'w') as filehandle:
155 with os.fdopen(os.open(file_path, FLAGS, MODES), 'w') as filehandle:
163 with os.fdopen(os.open(os.path.join(corpus_dir, 'init'), FLAGS, MODES), 'w') as filehandle:
207 with os.fdopen(os.open(subsystem_src_flag_file_path, FLAGS, MODES), 'wb') as file_handle:
/test/testfwk/developer_test/libs/fuzzlib/tools/
Drun_result.py23 MODES = stat.S_IWUSR | stat.S_IRUSR variable
85 with os.fdopen(os.open(analysis_ressult_path, FLAGS, MODES), 'wb') as f:
Dcolored.py23 MODES = stat.S_IWUSR | stat.S_IRUSR variable
89 with os.fdopen(os.open(run_log, FLAGS, MODES), 'ab') as f:
/test/testfwk/developer_test/src/core/build/
Dpretreat_targets.py30 MODES = stat.S_IWUSR | stat.S_IRUSR variable
96 with os.fdopen(os.open(gn_path, FLAGS_WRITE, MODES), 'w') as filehandle:
109 FLAGS_ADD, MODES), 'a') as list_data:
123 with os.fdopen(os.open(i18n_path, FLAGS_WRITE, MODES), 'w') as i18n_file:
Dbuild_manager.py32 MODES = stat.S_IWUSR | stat.S_IRUSR variable
47 with os.fdopen(os.open(filepath, FLAGS, MODES), 'w') as gn_file:
/test/testfwk/developer_test/src/core/command/
Dgen.py27 MODES = stat.S_IWUSR | stat.S_IRUSR variable
49 with os.fdopen(os.open(filepath, FLAGS, MODES), 'w') as gn_file:
Ddistribute_utils.py31 MODES = stat.S_IWUSR | stat.S_IRUSR variable
42 with os.fdopen(os.open(device_info_file_path, FLAGS, MODES), 'w') as file_handle:
/test/testfwk/developer_test/localCoverage/restore_comment/
Dbuild_before_generate.py25 MODES = stat.S_IWUSR | stat.S_IRUSR variable
61 with os.fdopen(os.open(f"{source_dir}_bk.{suffix_name}", FLAGS, MODES), 'w') as write_fp:
118 with os.fdopen(os.open(part_path, FLAGS, MODES), 'w') as out_file:
Dafter_lcov_branch.py24 MODES = stat.S_IWUSR | stat.S_IRUSR variable
65 with os.fdopen(os.open(f"{path.split('.')[0]}_bk.html", FLAGS, MODES), 'w') as write_fp:
/test/testfwk/developer_test/localCoverage/resident_service/
Dinit_gcov.py30 MODES = stat.S_IWUSR | stat.S_IRUSR variable
70 with os.fdopen(os.open(cfg_file_path, FLAGS, MODES), 'w') as json_file:
108 with os.fdopen(os.open(cfg_file_path, FLAGS, MODES), 'w') as json_file:
166 with os.fdopen(os.open(new_json, FLAGS, MODES), 'w') as f:
195 with os.fdopen(os.open(new_json, FLAGS, MODES), 'w') as f:
251 with os.fdopen(os.open(cfg_path, FLAGS, MODES), 'w') as r:
/test/testfwk/developer_test/aw/python/distributed/common/
Dcommon.py24 MODES = stat.S_IWUSR | stat.S_IRUSR variable
88 with os.fdopen(os.open(savepath, FLAGS, MODES), 'w') as file_desc:
Ddrivers.py34 MODES = stat.S_IWUSR | stat.S_IRUSR variable
55 with os.fdopen(os.open(file_path, FLAGS, MODES), 'a') as file_desc:
/test/testfwk/developer_test/localCoverage/
Dcoverage_tools.py31 MODES = stat.S_IWUSR | stat.S_IRUSR variable
54 with os.fdopen(os.open(system_info_path, FLAGS, MODES), 'w') as out_file:
/test/testfwk/developer_test/libs/benchmark/report/
Dgenerate_report.py26 MODES = stat.S_IWUSR | stat.S_IRUSR variable
274 FLAGS, MODES), 'w') as output_fd:
336 FLAGS, MODES), 'w') as output_fd:
/test/testfwk/developer_test/localCoverage/keyword_registration/
Dkeyword_filter.py34 MODES = stat.S_IWUSR | stat.S_IRUSR variable
70 with os.fdopen(os.open(css_file_path, FLAGS_ADD, MODES), 'a+') as file:
482 with os.fdopen(os.open(file_path, FLAGS_WRITE, MODES), 'w') as file:
588 with os.fdopen(os.open(index_path, FLAGS_WRITE, MODES), 'w') as file:
881 with os.fdopen(os.open(file_path, FLAGS_WRITE, MODES), 'w') as new_html:
888 with os.fdopen(os.open(file_path, FLAGS_WRITE, MODES), 'w') as new_html:
/test/testfwk/developer_test/localCoverage/codeCoverage/
DmutilProcess_CodeCoverage.py31 MODES = stat.S_IWUSR | stat.S_IRUSR variable
69 with os.fdopen(os.open(coverage_log_path, FLAGS, MODES), 'a') as fd:
/test/testfwk/developer_test/aw/python/distributed/distribute/
Ddistribute.py27 MODES = stat.S_IWUSR | stat.S_IRUSR variable
316 with os.fdopen(os.open(file_path, FLAGS, MODES), 'w') as file_desc:
/test/testfwk/developer_test/src/core/driver/
Ddrivers.py66 MODES = stat.S_IWUSR | stat.S_IRUSR variable
202 with os.fdopen(os.open(filepath, FLAGS, MODES), 'w') as file_desc:
249 with os.fdopen(os.open(filepath, FLAGS, MODES), 'w') as file_desc:
275 with os.fdopen(os.open(filepath, FLAGS, MODES), 'w') as file_desc:
730 with os.fdopen(os.open(name, FLAGS, MODES), 'wb') as f: