Searched refs:affects_workspace (Results 1 – 1 of 1) sorted by relevance
/tools/asuite/atest/ |
D | bazel_mode.py | 152 def __init__(self, arg_flag, description, affects_workspace): argument 155 self.affects_workspace = affects_workspace 244 self, rel_path: pathlib.Path = None, affects_workspace: bool = False 256 file_md5_pb2.RootType.SRC_ROOT, rel_path, affects_workspace 262 affects_workspace: bool = False, 274 file_md5_pb2.RootType.RESOURCE_ROOT, rel_path, affects_workspace 278 self, rel_path: pathlib.Path = None, affects_workspace: bool = False 290 file_md5_pb2.RootType.PRODUCT_OUT, rel_path, affects_workspace 297 affects_workspace: bool = True, 303 if not affects_workspace: [all …]
|