Home
last modified time | relevance | path

Searched refs:entry (Results 1 - 5 of 5) sorted by relevance

/build/indep_configs/scripts/
H A Drefactor_hpm_bundle_json.py47 for entry in os.scandir(bundle_path):
48 if entry.name == 'bundle.json':
50 elif entry.is_dir():
51 dirs_info.update({entry.name: [f"{entry.name}/*"]})
52 elif entry.is_file():
54 file_list.append(entry.name)
56 print(f'{entry.name} is not file or dir ')
/build/misc/linux/
H A Dsysroot_ld_path.sh28 local entry="$root$localpath"
29 echo $entry
94 for entry in $LD_SO_CONF_D/*.conf; do
95 process_ld_so_conf "$1" "$entry"
/build/scripts/util/
H A Dmd5_check.py274 # Map of (path, subpath) -> entry. Created upon first call to _get_entry().
373 return (entry['path'] for entry in subentries)
381 """Returns the JSON entry for the given path / subpath."""
384 for entry in self._files:
385 self._file_map[(entry['path'], None)] = entry
386 for subentry in entry.get('entries', ()):
387 self._file_map[(entry['path'],
/build/build_scripts/
H A Dbuild.sh244 ${PYTHON3} ${SOURCE_ROOT_DIR}/build/scripts/entry.py --source-root-dir ${SOURCE_ROOT_DIR} $args_list
/build/hb/services/
H A Dloader.py608 entry = part.get('system_capabilities')
609 if len(entry) > 0:
610 platform_capabilities.extend(entry)

Completed in 4 milliseconds