/build/lite/ |
D | copy_files.py | 26 def copytree(src, dst, symlinks=False, ignore=None): argument 27 for item in os.listdir(src): 30 src_path = os.path.join(src, item) 63 if args.src_type == "file" or os.path.isfile(args.src): 64 shutil.copy(args.src, out_dir) 67 source_dir = args.src
|
/build/lite/ndk/ |
D | ndk.gni | 45 assert(defined(invoker.src) && defined(invoker.dest_dir), 56 src = invoker.src 58 action("$target_name$src") { 64 "--src", 65 rebase_path("$src"), 102 src = "$root_out_dir/libs/lib$lib_name$_extension" 104 src = "$root_out_dir/lib$lib_name$_extension" 111 src = src_dir 144 src = src_dir
|
D | archive_ndk.py | 55 src = args.src_dir 56 assert os.path.exists(src), \ 67 make_archive(src, dest + '-' + name + '.zip')
|
D | README.md | 26 │ └── src 74 "src/hello_world.c",
|
/build/scripts/ |
D | copy_ex.py | 18 def copy_tree(src, argument 35 with os.scandir(src) as itr: 38 src, 45 src, argument 51 srcname = os.path.join(src, item.name) 76 if os.path.abspath(src) in os.path.abspath( 101 shutil.copystat(src, dest) 170 for src, dest in zip(src_files, dest_files): 171 if os.path.isdir(src): 175 copy_file(src, os.path.join(options.dest, dest), deps)
|
/build/lite/testfwk/ |
D | lite_testcase_resource_copy.py | 28 def copy_dir(src, dest): argument 29 if not os.path.exists(src): 30 raise Exception("src dir '{}' doesn't exist.".format(src)) 34 for root, _, files in os.walk(src): 41 file_relpath = os.path.relpath(src_path, src)
|
/build/config/sanitizers/ |
D | cfi_blocklist.txt | 25 src:*xmemory0 26 src:*xstddef
|
/build/docs/ |
D | how-to-build-a-hap.md | 68 hap_profile = "./src/main/config.json" # config.json 69 js_assets = ["./src/main/js/default"] 71 resources = ["./src/main/resources"]
|
/build/lite/hb_internal/common/ |
D | utils.py | 289 def extract_tool(src, tgt_dir): argument 292 if tarfile.is_tarfile(src): 293 ef = tarfile.open(src) 294 elif zipfile.is_zipfile(src): 295 ef = zipfile.ZipFile(src)
|
/build/ohos/sa_profile/ |
D | sa_profile.gni | 115 "--src-sa-info-file", 119 "--src-sa-install-info-file", 176 "--src-sa-install-info-file", 178 "--no-src-sa-install-info-file", 216 "--src-sa-install-info-file",
|
/build/ohos/testfwk/ |
D | testcase_resource_copy.py | 29 def copy_dir(src, dest): argument 30 if not os.path.exists(src): 31 raise Exception("src dir '{}' doesn't exist.".format(src)) 36 for root, _, files in os.walk(src): 43 file_relpath = os.path.relpath(src_path, src)
|
/build/ohos/ndk/ |
D | ndk.gni | 306 foreach(src, invoker.sources) { 311 rebase_path(src, root_build_dir), 312 "--base-dir=" + rebase_path(src, root_build_dir), 319 outputs += [ _dest + "/" + get_path_info(src, "file") ] 322 outputs += [ _dest + "/" + get_path_info(src, "name") + "/$f" ] 370 foreach(src, invoker.sources) { 373 [ rebase_path(src) ],
|
/build/ohos/common/ |
D | BUILD.gn | 67 "--parts-src-installed-info-file", 90 "--src-install-info-file",
|
/build/lite/ndk/sample/ |
D | BUILD.gn | 15 sources = [ "src/hello_world.c" ]
|
/build/templates/idl/ |
D | ohos_idl.gni | 91 "--generated-src-directory",
|
/build/ohos/native_stub/ |
D | native_stub.gni | 287 foreach(src, invoker.sources) { 290 [ rebase_path(src) ],
|
/build/ |
D | LICENSE | 17 https://chromium.googlesource.com/chromium/src.git
|
D | test.gni | 477 source_dir = "${_target_path}/src/main/js/default" 482 sources = [ "${_target_path}/src/main/resources" ]
|
/build/templates/cxx/ |
D | cxx.gni | 226 "--parts-src-flag-file", 568 "--parts-src-flag-file", 851 "--parts-src-flag-file", 1024 "--parts-src-flag-file",
|
/build/lite/toolchain/ |
D | gcc.gni | 133 …command = "python $ohos_root_path/build/lite/copy_files.py --src_type=file --src={{source}} --dest…
|
D | iccarm.gni | 149 …command = "python $ohos_root_path/build/lite/copy_files.py --src_type=file --src={{source}} --dest…
|
/build/config/ |
D | BUILDCONFIG.gn | 341 # https://chromium.googlesource.com/chromium/src/+/master/docs/component_build.md
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 757 # directories like /usr/src/myproject. Separate the files or directories with
|
D | Doxyfile_C | 757 # directories like /usr/src/myproject. Separate the files or directories with
|