Home
last modified time | relevance | path

Searched refs:env_with_clang_vars (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py204 env=build.env_with_clang_vars())
256 env=build.env_with_clang_vars())
275 env=build.env_with_clang_vars())
597 env=build.env_with_clang_vars())
Dbuild.py114 def env_with_clang_vars() -> Mapping[str, str]: function