Home | History | Annotate | Download | only in auto_bisect

Lines Matching refs:depot

77   def Build(self, depot, opts):
113 def Build(self, depot, opts):
117 depot: Name of current depot being bisected.
155 def Build(self, depot, opts):
159 depot: Current depot being bisected.
229 def BuildPackages(opts, depot):
234 depot: The depot being bisected.
241 if depot != 'cros':
247 if depot != 'cros':
257 def BuildImage(opts, depot):
262 depot: The depot being bisected.
269 if depot != 'cros':
275 if depot != 'cros':
285 def Build(self, depot, opts):
289 depot: Current depot being bisected.
295 if self.BuildPackages(opts, depot):
296 if self.BuildImage(opts, depot):