Searched refs:FLAGS_ADD (Results 1 - 3 of 3) sorted by relevance
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | make_report.py | 28 FLAGS_ADD = os.O_WRONLY | os.O_APPEND | os.O_CREAT variable 133 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report: 169 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report: 209 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report: 245 with os.fdopen(os.open(reportpath, FLAGS_ADD, MODES), 'a') as report:
|
/test/testfwk/developer_test/src/core/build/ |
H A D | pretreat_targets.py | 29 FLAGS_ADD = os.O_WRONLY | os.O_APPEND | os.O_CREAT variable 109 FLAGS_ADD, MODES), 'a') as list_data:
|
/test/testfwk/developer_test/local_coverage/keyword_registration/ |
H A D | keyword_filter.py | 34 FLAGS_ADD = os.O_WRONLY | os.O_APPEND | os.O_CREAT variable 71 with os.fdopen(os.open(css_file_path, FLAGS_ADD, MODES), 'a+') as file:
|
Completed in 9 milliseconds