Home
last modified time | relevance | path

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

/build/bazel/scripts/incremental_build/
Dclone.py33 _ALLOWLISTS = "build/soong/android/allowlists/allowlists.go" variable
143 with open(src(_ALLOWLISTS), "rt") as af:
190 src_allowlists = src(_ALLOWLISTS)
191 bak_allowlists = _back_up_path().joinpath(_ALLOWLISTS)
197 src(_ALLOWLISTS).touch(exist_ok=True)
221 with open(src(_ALLOWLISTS), "rt") as f:
249 with open(src(_ALLOWLISTS), "wt") as f: