Home
last modified time | relevance | path

Searched refs:item (Results 1 – 20 of 20) sorted by relevance

/build/scripts/
Dcopy_ex.py50 for item in items:
51 srcname = os.path.join(src, item.name)
52 destname = os.path.join(dest, item.name)
53 is_symlink = item.is_symlink()
58 linkto = os.path.join(os.path.dirname(item), org_linkto)
66 if item.is_dir():
67 copy_tree(item,
72 shutil.copy(item, destname)
73 shutil.copymode(item, destname)
81 if item.is_dir():
[all …]
Dhapbuilder.py85 for item in assets:
86 if os.path.isfile(item):
88 item, os.path.join(assets_dir, os.path.basename(item)))
89 elif os.path.isdir(item):
91 item, os.path.join(assets_dir, os.path.basename(item)))
Dninja2trace.py69 for item in self.durations:
70 duration = item.end - item.start
72 file.write('{}: {}\n'.format(item.target_obj_names[0],
Dentry.py68 for item in args.export_para:
69 key, value = item.split(':')
/build/lite/
Dcopy_files.py27 for item in os.listdir(src):
28 if '.git' in item or '.repo' in item:
30 src_path = os.path.join(src, item)
31 dst_path = os.path.join(dst, item)
/build/ohos/statistics/
Dbuild_overlap_statistics.py132 for item in sorted(statistics, key=overlap_rate_key, reverse=True):
134 item.get('subsystem'), item.get('files'),
135 item.get('files_percentage'), item.get('builds'),
136 item.get('builds_percentage'), item.get('overlap_rate')))
/build/ohos/testfwk/
Dtest_js_file_copy.py42 for item in files:
43 if item.endswith('.js'):
44 name_list.append(item)
45 file_list.append(os.path.join(root, item))
/build/lite/hb_internal/preloader/
Dparse_lite_subsystems_config.py35 for item in targets:
36 target_names = item.strip('"').split(':')
38 test_targets.append(item)
40 non_test_targets.append(item)
Dpreloader.py239 for item in items_to_remove:
240 del self._parts[item]
/build/toolchain/
Dgcc_link_wrapper.py50 for item in command:
51 if str(item).find("crtbegin_dynamic.o") >= 0:
52 index = command.index(item)
53 new_crtbegin = str(item).replace("crtbegin_dynamic.o",
/build/ohos/sdk/
Dparse_sdk_description.py70 def add_target(item, target, sdk_systems): argument
73 item.get('targets').get('linux').add_target('"%s",' % target)
75 item.get('targets').get('windows').add_target('"%s",' % target)
77 item.get('targets').get('darwin').add_target('"%s",' % target)
203 for item in sdk_targets:
204 if item['type'] == sdk_type:
206 add_target(item, m, target_os)
Dcopy_sdk_modules.py126 for item in archive_paths:
127 if sdk_label == item.get('label'):
128 dest = os.path.join(sdk_out_dir, item.get('install_dir'),
132 cp_info['install_dir'] = item.get('install_dir')
/build/ohos/notice/
Dcollect_system_notice_files.py32 for item in install_info:
33 subsystem_info_files.append(item['part_info_file'])
40 for item in subsystem_info:
41 module_info_files.append(item['module_info_file'])
/build/lite/hb_internal/common/
Dproduct.py91 for item in os.listdir(bip_path):
92 if item[0] in ".":
95 product_name = item[0:-len('.json')] if item.endswith('.json') else item
96 config_path = os.path.join(bip_path, item)
/build/ohos/packages/
Dhigh_privilege_process_validate.py97 for item in i["gid"]:
98 self.append_gid(item)
220 for item in field["gid"]:
221 cfg_item.append_gid(item)
Dmodules_install.py223 depfiles.extend([item for item in depfiles if item not in sa_files])
/build/tools/component_tools/
Dparse_kconf.py40 for item in data.get(SUBSYS_LIST):
41 subsys_name = item.get(SUBSYS)
42 for component in item.get(COMPONENT_LIST):
/build/scripts/util/
Dmd5_check.py426 for item in iterable:
427 md5.update(str(item).encode())
/build/lite/ndk/doc/config/
DDoxyfile_C1476 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
DDoxyfile_CPP1476 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel