Lines Matching refs:get
34 for key, val in subsystem_configs.get('subsystem').items():
35 src_subsystem[key] = val.get('path')
43 subsystem_configs.get('no_src_subsystem'))
52 overlay_path = subsystem_config_overlay.get('subsystem').get(subsystem)['path']
57 subsystem_configs.get('subsystem').get(subsystem)['path'] += \
58 subsystem_config_overlay.get('subsystem').get(subsystem)['path']
59 subsystem_configs.get('subsystem').get(subsystem)['build_files'] += \
60 subsystem_config_overlay.get('subsystem').get(subsystem)['build_files']
87 return subsystem_configs.get('subsystem')