Home
last modified time | relevance | path

Searched refs:save_file (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py514 save_file = os.path.join(os.path.dirname(filename),
517 os.open(save_file, os.O_WRONLY | os.O_CREAT, FilePermission.mode_755)
520 return save_file, test_type
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py308 save_file = os.path.join(
310 if os.path.exists(save_file):
311 return save_file
315 save_path = os.path.dirname(save_file)
323 file_fd = os.open(save_file, os.O_CREAT | os.O_WRONLY, FilePermission.mode_644)
333 return save_file if os.path.exists(save_file) else None
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dfile_util.py205 def save_file(file_path, content): function
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_jsunit_driver.py507 save_file = os.path.join(output, "reportCommand.txt")
508 LOG.debug("Save file: {}".format(save_file))
509 save_file_open = os.open(save_file, os.O_WRONLY | os.O_CREAT,

Completed in 5 milliseconds