/build/templates/metadata/ |
D | write_meta_data.py | 74 root = meta_data['root'] 76 root[options.type] = options.app_profile 77 root['resources'] = options.resources 79 root[options.type] = options.js_assets 81 root['js_forms'] = options.js_forms 83 root['testrunner'] = options.testrunner 85 root[options.type] = options.ets_assets 87 root[options.type] = options.raw_assets 89 root[options.type] = options.unresolved_assets 92 root[options.type] = options.resources [all …]
|
/build/misc/linux/ |
D | sysroot_ld_path.sh | 21 local root="$1" 28 local entry="$root$localpath" 36 local root="$1" 50 if ls $root$included_files >/dev/null 2>&1 ; then 51 for inc_file in $root$included_files; do 52 process_ld_so_conf "$root" "$inc_file" 58 process_ld_so_conf "$root" "$inc_file" 67 process_entry "$root" "$ENTRY"
|
/build/common/asan/ |
D | asan.cfg | 13 "mkdir /data/log/ 2770 root log", 14 "mkdir /data/log/sanitizer/ 2773 root log", 15 "mkdir /data/log/sanitizer/asan/ 2773 root log", 16 "mkdir /data/log/sanitizer/kasan/ 2773 root log", 17 "mkdir /data/log/sanitizer/hwasan/ 2773 root log",
|
/build/scripts/util/ |
D | pyd.py | 76 root = os.path.realpath(pycache_dir) 77 self.pycache_dir = root 78 self.pycache_config_file = os.path.join(root, '.config') 79 os.makedirs(root, exist_ok=True) 82 'root': root, 99 for root, _, files in os.walk(self.pycache_dir): 101 path = os.path.join(root, file) 131 def start_server(host, port, root): argument 132 if root is None: 139 pyd.record_pycache_config(root) [all …]
|
/build/ |
D | print_python_deps.py | 51 root = os.path.relpath(options.root, _SRC_ROOT) 52 if root != '.': 53 args.extend(('--root', root)) 66 for root, _dirnames, filenames in os.walk(directory): 69 yield os.path.join(root, filename) 112 options.root = os.path.dirname(options.module) 119 paths = [os.path.relpath(p, options.root) for p in paths_set]
|
/build/lite/testfwk/ |
D | lite_testcase_resource_copy.py | 34 for root, _, files in os.walk(src): 36 file_path = os.path.join(root, _file) 50 def _resources_with_xml_v1(root, testcase_target_name: str, test_resource_path: str, argument 53 for target in root: 101 def _resources_with_xml_v2(root, testcase_target_name: str, test_resource_path: str, argument 104 for target in root: 146 root = tree.getroot() 147 if root.attrib.get('ver') == '2.0': 148 _resources_list = _resources_with_xml_v2(root, testcase_target_name, 153 _resources_list = _resources_with_xml_v1(root, testcase_target_name,
|
/build/scripts/ |
D | find.py | 47 for root, _, files in os.walk(d, followlinks=options.follow_symlinks): 52 os.path.relpath(os.path.join(root, f), 58 print(os.path.join(root, f))
|
D | get_all_files.py | 41 for root, _, files in os.walk(_dir): 43 file_list.append(os.path.realpath(os.path.join(root, _file)))
|
D | gen_summary_ebpf_testcase_config.py | 37 for root, dirs, files in os.walk(testcase_dir): 40 subsystem_list.append(os.path.join(root, name))
|
D | sign_sdk.py | 36 for root, dirs, files in os.walk(dir_name): 38 file = os.path.join(root, file)
|
/build/ohos/testfwk/ |
D | testcase_resource_copy.py | 36 for root, _, files in os.walk(src): 38 file_path = os.path.join(root, _file) 54 def _resources_with_xml_v1(root, testcase_target_name: str, test_resource_path: str, argument 57 for target in root: 105 def _resources_with_xml_v2(root, testcase_target_name: str, test_resource_path: str, argument 108 for target in root: 150 root = tree.getroot() 151 if root.attrib.get('ver') == '2.0': 152 _resources_list = _resources_with_xml_v2(root, testcase_target_name, 157 _resources_list = _resources_with_xml_v1(root, testcase_target_name,
|
/build/tools/component_tools/static_check/bundle_check/ |
D | bundle_check_common.py | 77 def get_ohos_version(root:str) -> str: 78 if not BundleCheckTools.is_project(root): 81 version_path = os.path.join(root, 'build/version.gni')
|
/build/ohos/app/ |
D | app_internal.gni | 43 "--resources-dir=@FileArg($_rebased_metadata:root:resources)", 46 "--app-profile=@FileArg($_rebased_metadata:root:app_profile)", 107 "--resources-dir=@FileArg($_rebased_metadata:root:resources)", 112 "--hap-profile=@FileArg($_rebased_metadata:root:hap_profile)", 113 "--app-profile=@FileArg($_rebased_metadata:root:app_profile)", 167 "--hap-profile=@FileArg($_rebased_metadata:root:hap_profile)", 178 "--assets=@FileArg($_rebased_metadata:root:assets)", 179 "--app-profile=@FileArg($_rebased_metadata:root:app_profile)", 362 "--js-assets-dir=@FileArg($_rebased_metadata:root:js_assets)", 363 "--ets-assets-dir=@FileArg($_rebased_metadata:root:ets_assets)", [all …]
|
/build/ohos/sa_profile/ |
D | sa_profile_merge.py | 54 root = tree.getroot() 55 process_nodes = root.findall('process') 68 for root, _, files in os.walk(tmp): 70 json_sa_input_files.append(os.path.join(root, sa_file))
|
/build/tools/component_tools/static_check/ |
D | csct.py | 44 root = os.path.join(self.csct_path, "../../../..") 45 self.ohos_root = os.path.normpath(root) 51 root = tree.getroot() 52 for node in root.iter():
|
/build/ohos/packages/ |
D | system_gzip_package.py | 33 for root, dirs, files in os.walk(src_image_path): 35 src_dir = os.path.join(root, dir_name) 42 src_file_path = os.path.join(root, file_name)
|
D | system_z_package.py | 43 for root, _, files in os.walk(output_dir): 45 files_list.append(os.path.join(root, _file))
|
/build/hb/util/loader/ |
D | subsystem_scan.py | 55 for root, dirs, files in os.walk(subsystem_path): 58 _files.append(os.path.join(root, name)) 60 _bundle_files.append(os.path.join(root, name))
|
/build/ohos/sdk/ |
D | add_notice_file.py | 39 for root, _, files in os.walk(options.sdk_archive_dir): 41 [os.path.join(root, f) for f in files if f.endswith('.zip')])
|
/build/core/gn/ |
D | dotfile.gn | 19 # The source root location. 20 root = "//build/core/gn"
|
/build/build_scripts/ |
D | build.py | 26 for root, _, files in os.walk(findir): 28 return root
|
/build/hb/util/preloader/ |
D | parse_lite_subsystems_config.py | 61 for root, _, files in os.walk(lite_components_dir): 65 root, file))
|
/build/ohos/images/ |
D | build_image.pydeps | 2 # build/print_python_deps.py --root build/ohos/images --output build/ohos/images/build_image.pyde…
|
/build/templates/common/ |
D | delete_symbol.pydeps | 2 # build/print_python_deps.py --root build/templates/common --output build/templates/common/delete…
|
/build/ohos/statistics/ |
D | build_overlap_statistics.py | 76 for root, _, files in os.walk(options.build_out_dir): 79 splits = os.path.join(root, file).split('/obj/') 88 sources_file = get_sources_file(os.path.join(root, file))
|