Searched refs:bundleName (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/gensprep/
H A Dgensprep.h55 generateData(const char *dataDir, const char* bundleName);
H A Dgensprep.c141 const char *bundleName=NULL, *inputFileName = NULL; local
174 bundleName = options[BUNDLE_NAME].value;
199 generateData(destDir, bundleName);
259 generateData(destDir, bundleName);
H A Dstore.c548 generateData(const char *dataDir, const char* bundleName) { argument
554 char* fileName = (char*) uprv_malloc(uprv_strlen(bundleName) +100);
576 printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size);
585 uprv_strcat(fileName,bundleName);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPlatDecls.h63 CONST char *bundleName, int hasResourceFile,
70 Tcl_Interp *interp, CONST char *bundleName,
86 int (*tcl_MacOSXOpenBundleResources) (Tcl_Interp *interp, CONST char *bundleName, int hasResourceFile, int maxPathLen, char *libraryPath); /* 0 */
87 int (*tcl_MacOSXOpenVersionedBundleResources) (Tcl_Interp *interp, CONST char *bundleName, CONST char *bundleVersion, int hasResourceFile, int maxPathLen, char *libraryPath); /* 1 */
/macosx-10.9.5/tcl-102/tcl84/tcl/macosx/
H A DtclMacOSXBundle.c89 CONST char *bundleName,
94 return Tcl_MacOSXOpenVersionedBundleResources(interp, bundleName,
123 CONST char *bundleName,
136 bundleNameRef = CFStringCreateWithCString(NULL, bundleName,
87 Tcl_MacOSXOpenBundleResources( Tcl_Interp *interp, CONST char *bundleName, int hasResourceFile, int maxPathLen, char *libraryPath) argument
120 Tcl_MacOSXOpenVersionedBundleResources( Tcl_Interp *interp, CONST char *bundleName, CONST char *bundleVersion, int hasResourceFile, int maxPathLen, char *libraryPath) argument
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXBundle.c97 CONST char *bundleName,
102 return Tcl_MacOSXOpenVersionedBundleResources(interp, bundleName,
131 CONST char *bundleName,
144 bundleNameRef = CFStringCreateWithCString(NULL, bundleName,
95 Tcl_MacOSXOpenBundleResources( Tcl_Interp *interp, CONST char *bundleName, int hasResourceFile, int maxPathLen, char *libraryPath) argument
128 Tcl_MacOSXOpenVersionedBundleResources( Tcl_Interp *interp, CONST char *bundleName, CONST char *bundleVersion, int hasResourceFile, int maxPathLen, char *libraryPath) argument
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dservrbf.cpp35 ICUResourceBundleFactory::ICUResourceBundleFactory(const UnicodeString& bundleName) argument
37 , _bundleName(bundleName)
H A Dservloc.h384 ICUResourceBundleFactory(const UnicodeString& bundleName);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDPlugin.h84 @param bundleName The name of the plug-in / bundle.
87 typedef void (*SCDynamicStoreBundleStartFunction) (const char *bundleName,
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPlatDecls.h82 Tcl_Interp * interp, CONST char * bundleName,
87 Tcl_Interp * interp, CONST char * bundleName,
113 int (*tcl_MacOSXOpenBundleResources) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * bundleName, int hasResourceFile, int maxPathLen, char * libraryPath)); /* 0 */
114 int (*tcl_MacOSXOpenVersionedBundleResources) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * bundleName, CONST char * bundleVersion, int hasResourceFile, int maxPathLen, char * libraryPath)); /* 1 */
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/unicode/
H A Dtstdtmod.h99 UResourceBundle *getTestBundle(const char* bundleName, UErrorCode &status);
/macosx-10.9.5/securityd-55199.3/src/
H A Dcodesigdb.cpp329 string bundleName; // client
332 bundleName = trim(cfString(name), '.');
333 if (bundleName.empty()) // fall back to signing identifier
334 bundleName = trim(cfString(signingIdentity), '.');
339 bundleName.c_str(), aclName.c_str());
344 if (bundleName == aclName) {
H A Dpcscmonitor.cpp526 string bundleName = tokendBundle->identifier(); local
529 assert(mReaders.find(bundleName) == mReaders.end()); // not already present
530 RefPointer<Reader> reader = new Reader(tokenCache(), bundleName);
537 secdebug("pcsc", "softtoken %s tokend launch failed", bundleName.c_str());
544 secdebug("pcsc", "softtoken %s probe failed", bundleName.c_str());
552 Syslog::notice("Software token %s activated", bundleName.c_str());
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/
H A Dtstdtmod.cpp211 RBTestDataModule::getTestBundle(const char* bundleName, UErrorCode &status) argument
217 testBundle = ures_openDirect(icu_data, bundleName, &status);
219 fLog.dataerrln(UNICODE_STRING_SIMPLE("Could not load test data from resourcebundle: ") + UnicodeString(bundleName, -1, US_INV));
/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c1094 CFStringRef bundleName = NULL; // don't release local
1102 bundleName = CFDictionaryGetValue(kextPlist, CFSTR("CFBundleExecutable"));
1103 if (!bundleName) {
1114 bundleName = (CFStringRef)CFArrayGetValueAtIndex(idParts, length - 1);
1118 if (!CFStringGetLength(bundleName)) {
1119 bundleName = NULL;
1125 if (!bundleName) {
1136 if (bundleName) {
1137 if (CFDictionaryGetValue(entries, bundleName)) {
1140 NULL, CFSTR("%@-%d"), bundleName, dupInde
[all...]
H A Dkextfind_query.c263 CFStringRef bundleName = NULL; // must release local
272 bundleName = CFURLCopyLastPathComponent(kextURL);
273 if (!bundleName) {
294 CFRange findResult = CFStringFind(bundleName,
303 bundleName, queryName,
304 CFRangeMake(0, CFStringGetLength(bundleName)),
313 SAFE_RELEASE(bundleName);
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dplugin_support.c551 char bundleName[MAXNAMLEN + 1]; local
572 if (strlcpy(bundleName, bundleDirName, sizeof(bundleName)) > sizeof(bundleName)) {
576 len = strlen(bundleName) - (sizeof(BUNDLE_DIR_EXTENSION) - 1);
577 bundleName[len] = '\0';
583 (*bundleInfo->start)(bundleName, bundlePath);
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dwrtjava.c617 const char* packageName, const char* bundleName,
628 bName = (bundleName==NULL) ? "LocaleElements" : bundleName;
615 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, char *writtenFilename, int writtenFilenameLen, const char* packageName, const char* bundleName, UErrorCode *status) argument
H A Dreslist.h73 int writtenFilenameLen, const char* packageName, const char* bundleName, UErrorCode *status);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DFileSystemWin.cpp234 static String bundleName() function in namespace:WebCore
263 directory = pathByAppendingComponent(directory, companyNameDirectory + bundleName());
/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c423 CFStringRef bundleName; local
429 bundleName = (CFStringRef)CFBundleGetValueForInfoDictionaryKey(bundle, kCFBundleNameKey);
432 bundleName = NULL;
435 if (bundleName) {
436 // the path will be "<directoryPath>\Apple Computer\<bundleName>\" if there is a bundle name
437 completePath = CFStringCreateWithFormat(alloc, NULL, CFSTR("%@\\Apple Computer\\%@\\"), directoryPath, bundleName);
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dcontroller.c2221 start(const char *bundleName, const char *bundleDir) argument
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dipconfigd.c7090 start(const char *bundleName, const char *bundleDir) argument

Completed in 229 milliseconds