HomeSort by relevance Sort by last modified time
    Searched full:bundle_id (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.mm 163 NSString* bundle_id = base::mac::CFToNSCast(CFBundleGetIdentifier(bundle));
174 if (IsBundlePathBlocked(path) && !IsBundleAllowed(bundle_id, version)) {
175 NSString* bundle_id_print = bundle_id ? bundle_id : @"(nil)";
196 if (bundle_id) {
197 [error_dict setObject:bundle_id forKey:@"bundle_id"];
244 // if bundle_id here is @"org.chromium", it would match both @"org.chromium"
246 NSString* bundle_id;
248 // If bundle_id should only be permitted as of a certain minimum version
    [all...]
cfbundle_blocker_unittest.mm 18 NSString* bundle_id;
80 NSString* bundle_id = testcase.bundle_id;
83 EXPECT_EQ(testcase.allowed, IsBundleAllowed(bundle_id, version))
85 << ", bundle_id " << [bundle_id UTF8String]
cfbundle_blocker.h 33 // Returns true if |bundle_id| and |version| identify a bundle that is allowed
37 bool IsBundleAllowed(NSString* bundle_id, NSString* version);
app_mode_chrome_locator.h 22 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle);
app_mode_chrome_locator.mm 17 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle) {
19 NSString *bundlePath = [ws absolutePathForAppBundleWithIdentifier:bundle_id];
  /external/chromium_org/remoting/host/installer/mac/uninstaller/
remoting_uninstaller-Info.plist 12 <string>BUNDLE_ID</string>
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane-Info.plist 12 <string>BUNDLE_ID</string>
  /external/chromium_org/remoting/host/
remoting_me2me_host-Info.plist 12 <string>BUNDLE_ID</string>
  /external/chromium_org/chrome/browser/policy/
policy_loader_mac.cc 48 CFStringRef bundle_id = CFBundleGetIdentifier(bundle);
49 if (!bundle_id)
52 return path.Append(base::SysCFStringRefToUTF8(bundle_id) + ".plist");
239 base::ScopedCFTypeRef<CFStringRef> bundle_id(
241 preferences_->AppSynchronize(bundle_id);
254 preferences_->CopyAppValue(pref_name, bundle_id));
258 preferences_->AppValueIsForced(pref_name, bundle_id);
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac.cc 30 CFStringRef bundle_id = CFBundleGetIdentifier(bundle);
31 if (!bundle_id)
34 return path.Append(base::SysCFStringRefToUTF8(bundle_id) + ".plist");
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_writer_unittest.py 22 def _GetExpectedOutputs(self, product_name, bundle_id, policies):
29 bundle_id: The mac bundle id of the product.
53 </plist>''' % (product_name, bundle_id, policies)
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac.h 72 virtual base::FilePath GetAppBundleById(const std::string& bundle_id) const;
web_app_mac.mm 654 const std::string& bundle_id) const {
656 base::SysUTF8ToCFStringRef(bundle_id));
675 std::string bundle_id =
679 return bundle_id;
web_app_mac_unittest.mm 49 base::FilePath(const std::string& bundle_id));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 94 bundle_id = None variable in class:BundleBuilder
138 if self.bundle_id:
139 plist.CFBundleIdentifier = self.bundle_id
889 builder.bundle_id = arg
    [all...]
  /external/chromium_org/remoting/
remoting.gyp     [all...]
  /external/chromium_org/build/mac/
tweak_info_plist.py 238 parser.add_option('--bundle_id', dest='bundle_identifier',
  /external/chromium_org/chrome/
chrome_exe.gypi 350 '--bundle_id=<(mac_bundle_id)'],
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar 
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 1131 uint32_t bundle_id; \/* bundle id *\/ member in struct:__anon1730
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 1194 uint32_t bundle_id; \/* bundle id *\/ member in struct:__anon33158
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 823 bundle_info->bundle_id = my_obj->my_hdl;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 825 bundle_info->bundle_id = my_obj->my_hdl;
    [all...]

Completed in 2545 milliseconds