Home
last modified time | relevance | path

Searched refs:entry (Results 1 - 8 of 8) 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'],
/applications/sample/wifi-iot/app/samgr/
H A Dservice_example.c163 IUnknownEntry entry = { in CASE_RegisterInvalidService() local
172 ret = SAMGR_GetInstance()->RegisterDefaultFeatureApi(EXAMPLE_SERVICE, GET_IUNKNOWN(entry)); in CASE_RegisterInvalidService()
175 ret = SAMGR_GetInstance()->RegisterFeatureApi(EXAMPLE_SERVICE, EXAMPLE_FEATURE "2", GET_IUNKNOWN(entry)); in CASE_RegisterInvalidService()
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dcompile-ohpm-ci.sh16 TEST_HAP_PATH=entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap
17 HAP_PATH=entry/build/default/outputs/default/entry-default-unsigned.hap
142 is_entry=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
150 is_entry=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""`
321 is_entry=`cat ${project_path}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
332 is_entry=`cat ${project_path}${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""`
H A Dcompile-ut-ohpm.sh29 TEST_HAP_PATH=entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap
30 HAP_PATH=entry/build/default/outputs/default/entry-default-unsigned.hap
155 is_entry=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
163 is_entry=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""`
334 is_entry=`cat ${project_path}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
345 is_entry=`cat ${project_path}${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""`
/build/hb/services/
H A Dloader.py608 entry = part.get('system_capabilities')
609 if len(entry) > 0:
610 platform_capabilities.extend(entry)
/build/build_scripts/
H A Dbuild.sh244 ${PYTHON3} ${SOURCE_ROOT_DIR}/build/scripts/entry.py --source-root-dir ${SOURCE_ROOT_DIR} $args_list

Completed in 6 milliseconds