Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/
H A D__main__.py51 to_path = os.path.join(template_path, file)
52 if os.path.exists(to_path):
57 to_path_fd = os.open(to_path, os.O_CREAT | os.O_WRONLY, FilePermission.mode_644)
63 if not os.path.exists(to_path):
64 missing_files.append(to_path)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py826 to_path = os.path.join(dst, filename)
828 shutil.copy(fr_path, to_path)
830 if not os.path.exists(to_path):
831 os.makedirs(to_path)
832 copy_folder(fr_path, to_path)
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py178 to_path = os.path.join(report_template, file)
179 if not os.path.exists(to_path):
180 missing_files.append(to_path)

Completed in 3 milliseconds