Searched refs:FLAGS_WRITE (Results 1 - 3 of 3) sorted by relevance
/test/testfwk/developer_test/src/core/build/ |
H A D | pretreat_targets.py | 28 FLAGS_WRITE = os.O_WRONLY | os.O_CREAT | os.O_EXCL variable 96 with os.fdopen(os.open(gn_path, FLAGS_WRITE, MODES), 'w') as filehandle: 123 with os.fdopen(os.open(i18n_path, FLAGS_WRITE, MODES), 'w') as i18n_file:
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | make_report.py | 27 FLAGS_WRITE = os.O_WRONLY | os.O_CREAT | os.O_EXCL variable 98 with os.fdopen(os.open(reportpath, FLAGS_WRITE, MODES), 'w') as report:
|
/test/testfwk/developer_test/local_coverage/keyword_registration/ |
H A D | keyword_filter.py | 33 FLAGS_WRITE = os.O_WRONLY | os.O_CREAT | os.O_EXCL variable 547 with os.fdopen(os.open(file_path, FLAGS_WRITE, MODES), 'w') as file: 653 with os.fdopen(os.open(index_path, FLAGS_WRITE, MODES), 'w') as file: 765 with os.fdopen(os.open(file_path, FLAGS_WRITE, MODES), 'w') as new_html: 772 with os.fdopen(os.open(file_path, FLAGS_WRITE, MODES), 'w') as new_html:
|
Completed in 3 milliseconds