Searched refs:destination (Results 1 – 7 of 7) sorted by relevance
/build/lite/ndk/ |
D | archive_ndk.py | 26 def make_archive(source, destination): argument 27 base = os.path.basename(destination) 33 print('Zipping: ', source, destination, archive_from, archive_to) 35 shutil.move('%s.%s' % (name, file_format), destination)
|
D | ndk.gni | 121 # dest_dir: Copy destination where sources are copied to.
|
/build/ohos/testfwk/ |
D | fuzz_config_file_copy.py | 26 def copytree(source, destination): argument 27 shutil.copytree(source, destination, dirs_exist_ok=True)
|
/build/config/ohos/ |
D | copy_ex.gni | 7 # Copy a list of file into a destination directory. Potentially renaming 16 # renaming_destinations: Optional list of destination file paths, required
|
/build/docs/ |
D | 编译构建调试文档.md | 496 It's usually best to depend directly on the destination target. 497 In some cases, the destination target is considered a subcomponent 499 should depend publicly on the destination to forward the ability
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 1438 # output directory using the MATHJAX_RELPATH option. The destination directory
|
D | Doxyfile_C | 1438 # output directory using the MATHJAX_RELPATH option. The destination directory
|