Searched refs:item (Results 1 – 20 of 20) sorted by relevance
/build/scripts/ |
D | copy_ex.py | 50 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 …]
|
D | hapbuilder.py | 85 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)))
|
D | ninja2trace.py | 69 for item in self.durations: 70 duration = item.end - item.start 72 file.write('{}: {}\n'.format(item.target_obj_names[0],
|
D | entry.py | 68 for item in args.export_para: 69 key, value = item.split(':')
|
/build/lite/ |
D | copy_files.py | 27 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/ |
D | build_overlap_statistics.py | 132 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/ |
D | test_js_file_copy.py | 42 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/ |
D | parse_lite_subsystems_config.py | 35 for item in targets: 36 target_names = item.strip('"').split(':') 38 test_targets.append(item) 40 non_test_targets.append(item)
|
D | preloader.py | 239 for item in items_to_remove: 240 del self._parts[item]
|
/build/toolchain/ |
D | gcc_link_wrapper.py | 50 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/ |
D | parse_sdk_description.py | 70 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)
|
D | copy_sdk_modules.py | 126 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/ |
D | collect_system_notice_files.py | 32 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/ |
D | product.py | 91 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/ |
D | high_privilege_process_validate.py | 97 for item in i["gid"]: 98 self.append_gid(item) 220 for item in field["gid"]: 221 cfg_item.append_gid(item)
|
D | modules_install.py | 223 depfiles.extend([item for item in depfiles if item not in sa_files])
|
/build/tools/component_tools/ |
D | parse_kconf.py | 40 for item in data.get(SUBSYS_LIST): 41 subsys_name = item.get(SUBSYS) 42 for component in item.get(COMPONENT_LIST):
|
/build/scripts/util/ |
D | md5_check.py | 426 for item in iterable: 427 md5.update(str(item).encode())
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 1476 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
|
D | Doxyfile_CPP | 1476 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
|