Home
last modified time | relevance | path

Searched refs:dest_path (Results 1 – 4 of 4) sorted by relevance

/build/toolchain/
Dwrapper_utils.py19 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/
Dtest_js_file_copy.py54 def write_list_file(dest_path, name_list): argument
55 with open(os.path.join(dest_path, "List.test.js"), 'a') \
Dtestcase_resource_copy.py44 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/
Dlite_testcase_resource_copy.py42 dest_path = os.path.join(dest, file_relpath)
43 dest_dir = os.path.dirname(dest_path)
46 shutil.copy2(src_path, dest_path)