Searched refs:_ALLOWLISTS (Results 1 – 1 of 1) sorted by relevance
33 _ALLOWLISTS = "build/soong/android/allowlists/allowlists.go" variable143 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: