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

  /external/chromium_org/chrome/common/mac/
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);
  /external/chromium_org/chrome/browser/policy/
chrome_browser_policy_connector.cc 64 CFStringRef bundle_id = CFBundleGetIdentifier(bundle);
65 if (!bundle_id)
68 return path.Append(base::SysCFStringRefToUTF8(bundle_id) + ".plist");
  /external/chromium_org/components/policy/core/common/
policy_loader_mac.cc 132 base::ScopedCFTypeRef<CFStringRef> bundle_id(
134 preferences_->AppSynchronize(bundle_id);
141 preferences_->CopyAppValue(pref_name, bundle_id));
145 preferences_->AppValueIsForced(pref_name, bundle_id);
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac.h 73 virtual base::FilePath GetAppBundleById(const std::string& bundle_id) const;
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 524 CFStringRef bundle_id (bundle.GetIdentifier());
525 if (bundle_id && CFGetTypeID (bundle_id) == CFStringGetTypeID ())
528 if (CFStringGetCString (bundle_id, bundle_id_buf, sizeof (bundle_id_buf), kCFStringEncodingUTF8))
  /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/build/mac/
tweak_info_plist.py 216 parser.add_option('--bundle_id', dest='bundle_identifier',
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 1131 uint32_t bundle_id; \/* bundle id *\/ member in struct:__anon2743
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 1262 uint32_t bundle_id; \/* bundle id *\/ member in struct:__anon3245
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1566 uint32_t bundle_id; \/* bundle id *\/ member in struct:__anon4330
    [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...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 826 bundle_info->bundle_id = my_obj->my_hdl;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c     [all...]

Completed in 2295 milliseconds