Home
last modified time | relevance | path

Searched refs:bundle_name (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
Duninstall.py21 for bundle_name in valid_bundles:
22 logging.info('Removing %s' % (bundle_name,))
23 bundle_dir = os.path.join(install_dir, bundle_name)
29 local_manifest.RemoveBundle(bundle_name)
Dupdate.py39 def BundleDirectoryExists(self, bundle_name): argument
57 def BundleDirectoryExists(self, bundle_name): argument
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): argument
280 bundle = remote_manifest.GetBundle(bundle_name)
[all …]
Dinfo.py19 for bundle_name in valid_bundles:
20 bundle = manifest.GetBundle(bundle_name)
Dlist.py24 for bundle_name in local_only_bundles:
25 local_bundle = local_manifest.GetBundle(bundle_name)
/external/chromium_org/native_client_sdk/src/build_tools/
Dupdate_nacl_manifest.py608 def AddVersionToUpdate(self, bundle_name, version, channel, archives): argument
616 self.versions_to_update.append((bundle_name, version, channel, archives))
618 def AddLockedBundle(self, bundle_name): argument
628 self.locked_bundles.append(bundle_name)
648 for bundle_name in self.locked_bundles:
649 online_bundle = self.online_manifest.GetBundle(bundle_name)
655 raise UnknownLockedBundleException(msg % bundle_name)
670 for bundle_name, version, channel, archives in self.versions_to_update:
671 logger.info('Updating %s to %s...' % (bundle_name, version))
672 bundle = manifest.GetBundle(bundle_name)
[all …]
Dmanifest_util.py592 for bundle_name in self_bundle_names:
593 if self.GetBundle(bundle_name) != other.GetBundle(bundle_name):
/external/chromium/base/mac/
Dfoundation_util.mm170 std::string bundle_name = *it;
175 return FilePath(bundle_name);
179 if (bundle_name[bundle_name.length() - 1] != '/')
180 bundle_name += '/';
186 bundle_name += *it;
191 return FilePath(bundle_name);
194 bundle_name += '/';
/external/chromium_org/native_client_sdk/src/build_tools/tests/
Dsdktools_commands_test.py27 def _AddDummyBundle(self, manifest, bundle_name): argument
28 bundle = manifest_util.Bundle(bundle_name)
31 bundle.description = bundle_name
34 bundle.repath = bundle_name
35 archive = self._MakeDummyArchive(bundle_name)
41 return manifest.GetBundle(bundle_name)
43 def _MakeDummyArchive(self, bundle_name, tarname=None, filename='dummy.txt'): argument
44 tarname = (tarname or bundle_name) + '.tar.bz2'
49 stream.write('Dummy stuff for %s' % bundle_name)
55 tarstream.add(dummy_path, os.path.join(bundle_name, filename))
Dupdate_nacl_manifest_test.py108 bundle_name = CANARY_BUNDLE_NAME
110 bundle_name = 'pepper_' + str(major_version)
112 bundle = manifest_util.Bundle(bundle_name)
290 bundle_name = CANARY_BUNDLE_NAME
292 bundle_name = bundle.name
294 uploaded_manifest_bundle = self.uploaded_manifest.GetBundle(bundle_name)
/external/chromium_org/base/mac/
Dfoundation_util.mm146 std::string bundle_name = *it;
151 return FilePath(bundle_name);
155 if (bundle_name[bundle_name.length() - 1] != '/')
156 bundle_name += '/';
162 bundle_name += *it;
167 return FilePath(bundle_name);
170 bundle_name += '/';
/external/chromium/chrome/browser/
Dmemory_details_mac.cc148 FilePath bundle_name = in CollectProcessData() local
150 if (!bundle_name.empty()) { in CollectProcessData()
152 bundle_name)); in CollectProcessData()
/external/chromium_org/media/audio/mac/
Daggregate_device_manager.cc147 CFStringRef bundle_name = CFSTR("com.apple.audio.CoreAudio"); in GetPluginID() local
150 plugin_translation.mInputData = &bundle_name; in GetPluginID()
151 plugin_translation.mInputDataSize = sizeof(bundle_name); in GetPluginID()
/external/chromium_org/chrome/browser/
Dmemory_details_mac.cc160 base::FilePath bundle_name = in CollectProcessData() local
162 if (!bundle_name.empty()) { in CollectProcessData()
164 bundle_name)); in CollectProcessData()
/external/chromium_org/chrome/browser/web_applications/
Dweb_app_mac.mm629 NSString* bundle_name = base::SysUTF16ToNSString(info_.title);
634 display_name = [bundle_name
640 base::mac::CFToNSCast(kCFBundleNameKey) : bundle_name,
/external/ppp/pppd/
Doptions.c113 char *bundle_name = NULL; /* bundle name for multilink */ variable
290 { "bundle", o_string, &bundle_name,
Dpppd.h317 extern char *bundle_name; /* bundle name for multilink */