Home | History | Annotate | Download | only in command

Lines Matching refs:bundle_name

39   def BundleDirectoryExists(self, bundle_name):
57 def BundleDirectoryExists(self, bundle_name):
58 bundle_path = os.path.join(self.install_dir, bundle_name)
236 for bundle_name in requested_bundles:
237 logging.info('Trying to update %s' % (bundle_name,))
239 bundle_name, force)
254 for bundle_name in valid_bundles:
255 bundle = copy.deepcopy(local_manifest.GetBundle(bundle_name))
279 bundle_name, force):
280 bundle = remote_manifest.GetBundle(bundle_name)
285 if not force and delegate.BundleDirectoryExists(bundle_name):
290 % (bundle_name,))
297 logging.error('Bundle %s does not exist.' % (bundle_name,))