Home
last modified time | relevance | path

Searched refs:src (Results 1 – 24 of 24) sorted by relevance

/build/lite/
Dcopy_files.py26 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/
Dndk.gni45 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
Darchive_ndk.py55 src = args.src_dir
56 assert os.path.exists(src), \
67 make_archive(src, dest + '-' + name + '.zip')
DREADME.md26 │ └── src
74 "src/hello_world.c",
/build/scripts/
Dcopy_ex.py18 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/
Dlite_testcase_resource_copy.py28 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/
Dcfi_blocklist.txt25 src:*xmemory0
26 src:*xstddef
/build/docs/
Dhow-to-build-a-hap.md68 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/
Dutils.py289 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/
Dsa_profile.gni115 "--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/
Dtestcase_resource_copy.py29 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/
Dndk.gni306 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/
DBUILD.gn67 "--parts-src-installed-info-file",
90 "--src-install-info-file",
/build/lite/ndk/sample/
DBUILD.gn15 sources = [ "src/hello_world.c" ]
/build/templates/idl/
Dohos_idl.gni91 "--generated-src-directory",
/build/ohos/native_stub/
Dnative_stub.gni287 foreach(src, invoker.sources) {
290 [ rebase_path(src) ],
/build/
DLICENSE17 https://chromium.googlesource.com/chromium/src.git
Dtest.gni477 source_dir = "${_target_path}/src/main/js/default"
482 sources = [ "${_target_path}/src/main/resources" ]
/build/templates/cxx/
Dcxx.gni226 "--parts-src-flag-file",
568 "--parts-src-flag-file",
851 "--parts-src-flag-file",
1024 "--parts-src-flag-file",
/build/lite/toolchain/
Dgcc.gni133 …command = "python $ohos_root_path/build/lite/copy_files.py --src_type=file --src={{source}} --dest…
Diccarm.gni149 …command = "python $ohos_root_path/build/lite/copy_files.py --src_type=file --src={{source}} --dest…
/build/config/
DBUILDCONFIG.gn341 # https://chromium.googlesource.com/chromium/src/+/master/docs/component_build.md
/build/lite/ndk/doc/config/
DDoxyfile_CPP757 # directories like /usr/src/myproject. Separate the files or directories with
DDoxyfile_C757 # directories like /usr/src/myproject. Separate the files or directories with