Home
last modified time | relevance | path

Searched defs:InWorkspace (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/bazel/scripts/incremental_build/
H A Dcuj_catalog.py112 def __init__(self, file: Path, ws: InWorkspace, text: Optional[str] = None):
171 def __init__(self, original: Path, ws: InWorkspace):
H A Dcuj.py37 class InWorkspace(enum.Enum): class