Searched refs:dest_path (Results 1 – 4 of 4) sorted by relevance
/build/toolchain/ |
D | wrapper_utils.py | 19 def _gzip_then_delete(src_path, dest_path): argument 27 with open(src_path, 'rb') as f_in, gzip.GzipFile(dest_path,
|
/build/ohos/testfwk/ |
D | test_js_file_copy.py | 54 def write_list_file(dest_path, name_list): argument 55 with open(os.path.join(dest_path, "List.test.js"), 'a') \
|
D | testcase_resource_copy.py | 44 dest_path = os.path.join(dest, file_relpath) 45 dest_dir = os.path.dirname(dest_path) 48 shutil.copy2(src_path, dest_path) 50 result_files.append(dest_path)
|
/build/lite/testfwk/ |
D | lite_testcase_resource_copy.py | 42 dest_path = os.path.join(dest, file_relpath) 43 dest_dir = os.path.dirname(dest_path) 46 shutil.copy2(src_path, dest_path)
|