Home
last modified time | relevance | path

Searched refs:FLAGS_ADD (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dmake_report.py28 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 Dpretreat_targets.py29 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 Dkeyword_filter.py34 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