Home
last modified time | relevance | path

Searched refs:mode_644 (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py319 mode_644 = 0o644 variable in FilePermission
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dconcurrent.py169 … result_fd = os.open(result_xml, os.O_CREAT | os.O_WRONLY | os.O_TRUNC, FilePermission.mode_644)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py575 FilePermission.mode_644)
/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py170 data_fd = os.open(data_js, os.O_CREAT | os.O_WRONLY, FilePermission.mode_644)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py319 file_fd = os.open(save_file, os.O_CREAT | os.O_WRONLY, FilePermission.mode_644)