Home | History | Annotate | Download | only in AutoGen

Lines Matching refs:Workspace

442         self.Macros["WORKSPACE"       ] = self._AutoGenObject.Macros["WORKSPACE"]

608 current_dir = self.Macros["WORKSPACE"]
639 "module_dir" : mws.join (self.Macros["WORKSPACE"], self._AutoGenObject.SourceDir),
1392 # @param Workspace Object of WorkspaceAutoGen class
1394 def __init__(self, Workspace):
1395 BuildFile.__init__(self, Workspace)