Home
last modified time | relevance | path

Searched refs:build_system_commands (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dproject_builder_prefs.py283 build_system_commands = config_dict.get(build_dir)
286 if not build_system_commands:
289 return build_system_commands
291 def build_system_commands( member in ProjectBuilderPrefs
294 build_system_commands = self._get_build_system_commands_for(build_dir)
297 commands: list[dict[str, Any]] = build_system_commands.get(
H A Dbuild_recipe.py555 ) in prefs.build_system_commands(build_dir):
/aosp_15_r20/external/pigweed/pw_watch/py/pw_watch/
H A Dwatch.py730 build_system_commands: list[str] | None = None,