Lines Matching refs:affects_workspace
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:
425 sorted(f.name for f in self.enabled_features if f.affects_workspace)