Home
last modified time | relevance | path

Searched refs:root (Results 1 - 25 of 40) sorted by relevance

12

/build/templates/metadata/
H A Dwrite_meta_data.py40 deps_metadta_cache[dep] = json.load(dep_fp).get('root')
68 'root': {
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[option
[all...]
/build/misc/linux/
H A Dsysroot_ld_path.sh21 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/scripts/util/
H A Dpyd.py76 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):
132 if root i
[all...]
/build/
H A Dprint_python_deps.py51 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)
76 parser.add_argument('--root',
86 'root to the module\'s directory.')
112 options.root
[all...]
/build/lite/testfwk/
H A Dlite_testcase_resource_copy.py34 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,
53 for target in root:
101 def _resources_with_xml_v2(root, testcase_target_name: str, test_resource_path: str,
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_nam
[all...]
/build/scripts/
H A Dfind.py47 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))
H A Dgen_summary_ebpf_testcase_config.py37 for root, dirs, files in os.walk(testcase_dir):
40 subsystem_list.append(os.path.join(root, name))
H A Dget_all_files.py41 for root, _, files in os.walk(_dir):
43 file_list.append(os.path.realpath(os.path.join(root, _file)))
/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_check_common.py59 'get root path failed, please check script "bundle_check_common.py" under '
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/sa_profile/
H A Dsa_profile_merge.py54 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/
H A Dcsct.py44 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/hb/util/
H A Dcomponent_util.py51 for root, dirs, files in os.walk(build_configs_path, topdown=True, followlinks=False):
131 for root, dirnames, filenames in os.walk(path):
132 if root == os.path.join(path, "out") or root == os.path.join(path, ".repo"):
136 bundle_json = os.path.join(root, filename)
/build/ohos/testfwk/
H A Dtestcase_resource_copy.py36 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,
57 for target in root:
105 def _resources_with_xml_v2(root, testcase_target_name: str, test_resource_path: str,
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_nam
[all...]
H A Dtest_js_file_copy.py43 for root, dirs, files in os.walk(suite_path):
47 file_list.append(os.path.join(root, item))
/build/hb/util/loader/
H A Dsubsystem_scan.py55 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))
117 parser.add_argument('--source-root-dir', required=True)
/build/ohos/packages/
H A Dsystem_gzip_package.py33 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)
H A Dsystem_z_package.py44 for root, _, files in os.walk(output_dir):
46 files_list.append(os.path.join(root, _file))
/build/build_scripts/
H A Dbuild.py26 for root, _, files in os.walk(findir):
28 return root
/build/hb/util/preloader/
H A Dparse_lite_subsystems_config.py61 for root, _, files in os.walk(lite_components_dir):
65 root, file))
/build/ohos/sdk/
H A Dadd_notice_file.py39 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/indep_configs/scripts/
H A Dgenerate_target_build_gn.py34 help="Path of root",
83 for root, dirs, files in os.walk(source_code_path):
86 bundle_paths.update({os.path.join(root, file): root})
/build/ohos/statistics/
H A Dbuild_overlap_statistics.py76 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))
145 parser.add_argument('--root-source-dir', help='source root directory.')
/build/hb/util/post_gn/
H A Dcheck_compilation_parameters.py63 for root, dirs, files in os.walk(obj_path):
66 ninja_file_list.append(os.path.join(root, file_name))
/build/ohos/images/mkimage/
H A Djudge_updater_image.py64 for root, dirs, files in os.walk(path):
66 lib_to_path[file] = os.path.join(root, file)
/build/ohos/ndk/
H A Dgenerate_ndk_docs.py96 for root, _, filenames in os.walk(options.working_dir):
98 depfile_deps += ([os.path.join(root, f)])

Completed in 11 milliseconds

12