Searched refs:bundle (Results 176 - 200 of 366) sorted by relevance

1234567891011>>

/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c150 CFBundleRef bundle; local
152 bundle = CFBundleGetBundleWithIdentifier(MY_BUNDLE_ID);
153 if (bundle == NULL) {
154 bundle = CFBundleGetMainBundle();
156 return (bundle);
323 CFBundleRef bundle; local
333 bundle = S_get_bundle();
335 = CFBundleCopyLocalizedString(bundle,
600 CFBundleRef bundle; local
611 bundle
[all...]
/macosx-10.10.1/CPANInternal-159.1/String-ShellQuote-1.04/
H A Dshell-quote65 if (@_ && ($_[0] eq -bundle || $_[0] eq -bundling)) {
95 getopt -bundle, @Option_spec or usage if @ARGV;
/macosx-10.10.1/ICU-531.30/icuSources/samples/ufortune/
H A Dfortunedefs.mk4 # mode of resource bundle -
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginPackage.mm100 // Load the bundle
113 - (NSBundle *)bundle
/macosx-10.10.1/libfs-13/
H A DFSFormatName.c56 CFBundleRef bundle = NULL; local
61 /* Construct a bundle path URL from the fsType argument and create a CFBundle. We search (using CFCopySearchPathForDirectoriesInDomains) /Network/Library/Filesystems, /Library/Filesystems, and /System/Library/Filesystems. */
118 bundle = CFBundleCreate(NULL, bundleURL);
122 if (NULL != bundle) {
127 if (NULL != bundle) { // the bundle exists at path
130 // Access the Info dictionary in the bundle
131 CFDictionaryRef bundleDict = CFBundleGetInfoDictionary(bundle);
135 localPersonalities = CFBundleGetValueForInfoDictionaryKey(bundle, KEY_FS_PERSONALITIES);
211 // This should use the framework bundle thi
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/uresb/
H A Duresb.c78 UResourceBundle *bundle = NULL; local
153 bundle = ures_open(resPath, arg, &status);
156 printOutBundle(out, bundle, 0, &status);
161 ures_close(bundle);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.h80 * An aggregation of useful information on a driver bundle in the
90 DriverBundle(CFBundleRef bundle);
H A DPCSCDriverBundle.cpp30 A driver bundle is a standard Mac OS X bundle that usually lives in the directory:
34 The two major components of this bundle are the executable and the Info.plist. A single
35 driver bundle may provide support for multiple readers. See
66 // Keys in CFDictionary for bundle's Info.plist
74 DriverBundle::DriverBundle(CFBundleRef bundle) : LoadableBundle(bundle) argument
76 initialize(CFBundleGetInfoDictionary(bundle));
184 // Searches for a driver bundle that matches device. If found,
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_utils.h60 CFStringRef CopyUserLocalizedString(CFBundleRef bundle,
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_lazyimport.py19 bundle = loadBundle(
27 bundle = loadBundle(
34 bundle = loadBundle(
40 return bundle
H A D_bridgesupport.py705 bundle = objc.loadBundle(
710 bundle = objc.loadBundle(
719 bundle = objc.loadBundle(
725 bundle = objc.loadBundle(
733 bundle = objc.loadBundle(
738 bundle = objc.loadBundle(
761 return bundle
763 # Look for metadata in the framework bundle
764 path = bundle.pathForResource_ofType_inDirectory_(frameworkName, 'bridgesupport', 'BridgeSupport')
766 dylib_path = bundle
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFPlugIn.c88 CFBundleRef bundle; local
153 // NOTE - on embedded we have cases where the plugin bundle is cached
189 && (bundle = CFPlugInGetBundle(onePlugin))
190 && (plist = CFBundleGetInfoDictionary(bundle))
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-vpn/
H A Dmain.c86 static CFBundleRef bundle = 0; variable
106 ref is the vpn bundle reference
107 pppref is the ppp bundle reference
109 - As simple vpn bundles (bundle.vpn). the bundle contains the vpn bundle binary.
110 - As full ppp bundles (bundle.ppp). The bundle contains the ppp bundle binary,
111 and also the vpn kext and the vpn bundle binar
[all...]
/macosx-10.10.1/ppp-786.1.1/Drivers/PPTP/PPTP-vpn/
H A Dmain.c79 static CFBundleRef bundle = 0; variable
93 ref is the vpn bundle reference
94 pppref is the ppp bundle reference
96 - As simple vpn bundles (bundle.vpn). the bundle contains the vpn bundle binary.
97 - As full ppp bundles (bundle.ppp). The bundle contains the ppp bundle binary,
98 and also the vpn kext and the vpn bundle binar
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c213 CFBundleRef bundle = NULL; local
220 bundle = CFBundleCreate(kCFAllocatorDefault, path_url);
221 require_quiet(bundle, out);
222 exec = CFBundleCopyExecutableURL(bundle);
228 CFReleaseSafe(bundle);
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-plugin/
H A Dmain.c114 static CFBundleRef bundle = 0; /* our bundle ref */ variable
154 bundle = ref;
155 CFRetain(bundle);
279 if ((url = CFBundleCopyBundleURL(bundle))) {
284 if ((url = CFBundleCopyBuiltInPlugInsURL(bundle))) {
/macosx-10.10.1/configd-699.1.5/SCMonitor/
H A Dmonitor.c304 CFBundleRef bundle; local
331 bundle = CFBundleGetBundleWithIdentifier(CFSTR(MY_BUNDLE_ID));
332 if (bundle != NULL) {
333 url = CFBundleCopyBundleURL(bundle);
341 if (bundle == NULL) {
342 bundle = CFBundleCreate(NULL, url);
351 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR, CFSTR("SCMonitor: can't find bundle"));
379 format = CFBundleCopyLocalizedString(bundle,
1137 CFBundleRef bundle; local
1144 bundle
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPrivate.c868 static CFBundleRef bundle = NULL; local
872 if (bundle != NULL) {
873 return bundle;
876 bundle = CFBundleGetBundleWithIdentifier(SYSTEMCONFIGURATION_BUNDLE_ID);
877 if (bundle != NULL) {
878 CFRetain(bundle); // we want to hold a reference to the bundle
879 return bundle;
910 bundle = CFBundleCreate(NULL, url);
914 if (bundle
928 _SC_CFBundleCopyNonLocalizedString(CFBundleRef bundle, CFStringRef key, CFStringRef value, CFStringRef tableName) argument
[all...]
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDABase.c225 * Returns a localized string from a bundle's strings file without needing to create a
229 CFBundleRef bundle; local
232 bundle = CFBundleCreate( kCFAllocatorDefault, bundleURL );
234 if ( bundle )
236 _CFBundleSetStringsFilesShared( bundle, FALSE );
238 string = CFBundleCopyLocalizedString( bundle, key, value, table );
240 CFRelease( bundle );
249 * Obtains the location of a resource contained in the specified bundle directory without
250 * requiring the creation of a bundle instance. This variant will accept one argument to
/macosx-10.10.1/configd-699.1.5/Plugins/PreferencesMonitor/
H A Dprefsmon.c73 CFBundleRef bundle; local
166 bundle = _SC_CFBundleGet();
167 if (bundle != NULL) {
168 setName = CFBundleCopyLocalizedString(bundle,
707 load_PreferencesMonitor(CFBundleRef bundle, Boolean bundleVerbose) argument
716 SCLog(_verbose, LOG_DEBUG, CFSTR(" bundle ID = %@"), CFBundleGetIdentifier(bundle));
720 CFSTR("PreferencesMonitor.bundle"),
732 prefs = SCPreferencesCreate(NULL, CFSTR("PreferencesMonitor.bundle"), NULL);
734 prefs = SCPreferencesCreate(NULL, CFSTR("PreferencesMonitor.bundle"), CFST
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/
H A Ddrvconn.c211 CFBundleRef bundle = NULL; local
454 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.core"));
455 if (!bundle)
456 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));
457 if (bundle)
461 CFBundleCopyResourceURL (bundle, CFSTR ("iODBCdrvproxy.bundle"),
/macosx-10.10.1/CPAN-56/
H A DMakefile51 for b in `find . -name \*.bundle | sed 's,^\./,,'`; do \
/macosx-10.10.1/MITKerberosShim-66/
H A Dheimdal-ify.sh101 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/db2.bundle/Contents/Info.plist
102 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/db2.bundle/Contents/MacOS/db2
103 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/db2.bundle/Contents/_CodeSignature/CodeResources
104 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/db2.bundle/Contents/version.plist
105 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/kldap.bundle/Contents/Info.plist
106 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/kldap.bundle/Contents/MacOS/kldap
107 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/kldap.bundle/Contents/_CodeSignature/CodeResources
108 rm -f ${INSTALL_ROOT}/System/Library/KerberosPlugins/KerberosDatabasePlugins/kldap.bundle/Contents/version.plist
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dbundlediskrep.h25 // bundlediskrep - bundle directory disk representation
43 // A BundleDiskRep represents a standard Mac OS X bundle on disk.
44 // The bundle is expected to have an Info.plist, and a "main executable file"
79 CFBundleRef bundle() const { return mBundle; } function in class:Security::CodeSigning::BundleDiskRep
103 bool mInstallerPackage; // is an installer (not executable) bundle
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dbundlediskrep.h25 // bundlediskrep - bundle directory disk representation
43 // A BundleDiskRep represents a standard Mac OS X bundle on disk.
44 // The bundle is expected to have an Info.plist, and a "main executable file"
79 CFBundleRef bundle() const { return mBundle; } function in class:Security::CodeSigning::BundleDiskRep
103 bool mInstallerPackage; // is an installer (not executable) bundle

Completed in 325 milliseconds

1234567891011>>