Home
last modified time | relevance | path

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

/build/bazel/scripts/incremental_build/
Dperf_metrics.py90 with open(d.joinpath(util.BUILD_INFO_JSON), "w") as f:
259 build_info_json = d.joinpath(util.BUILD_INFO_JSON)
Dutil.py39 BUILD_INFO_JSON: Final[str] = "build_info.json" variable