Searched refs:subPath (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dcoderepository.cpp40 PathList::PathList(const string &subPath, argument
69 secdebug("pathlist", "%p configuring from default path set \"%s\"", this, subPath.c_str());
72 addDirectory("/Library/" + subPath);
73 addDirectory("/System/Library/" + subPath);
H A Dcoderepository.h48 PathList(const string &subPath, const char *suffix = NULL,
69 CodeRepository(const string &subPath, const char *suffix = NULL, argument
71 : PathList(subPath, suffix, envar, forUser) { }
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dcoderepository.cpp40 PathList::PathList(const string &subPath, argument
69 secdebug("pathlist", "%p configuring from default path set \"%s\"", this, subPath.c_str());
72 addDirectory("/Library/" + subPath);
73 addDirectory("/System/Library/" + subPath);
H A Dcoderepository.h48 PathList(const string &subPath, const char *suffix = NULL,
69 CodeRepository(const string &subPath, const char *suffix = NULL, argument
71 : PathList(subPath, suffix, envar, forUser) { }
/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c84 char * subPath,
534 char subPath[PATH_MAX]; local
614 if (snprintf(subPath, sizeof(subPath),
615 "%s/Contents", kextNameCStringAlloced) >= sizeof(subPath) - 1) {
618 "Output path is too long - %s.", subPath);
621 if (!writeFileInDirectory(outputDirectory, subPath, "Info.plist",
643 if (snprintf(subPath, sizeof(subPath),
644 "%s/Contents/MacOS", kextNameCStringAlloced) >= sizeof(subPath)
971 char subPath[PATH_MAX]; local
1222 writeFileInDirectory( const char * basePath, char * subPath, const char * fileName, const char * fileData, size_t fileLength) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQtMobile.cpp179 QPainterPath subPath = (i % 2) ? octants.at(i).toReversed() : octants.at(i); local
180 path.connectPath(subPath);
/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c2161 CF_EXPORT CFTypeRef _CFBundleCopyFindResources(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subPath, CFStringRef lproj, Boolean returnArray, Boolean localized, Boolean (^predicate)(CFStringRef filename, Boolean *stop)) argument
2207 if (subPath && CFStringGetLength(subPath) && !subPathFromResourceName) {
2208 realSubdirectory = (CFStringRef)CFRetain(subPath);
H A DForFoundationOnly.h80 CF_EXPORT CFTypeRef _CFBundleCopyFindResources(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subPath, CFStringRef lproj, Boolean returnArray, Boolean localized, Boolean (^predicate)(CFStringRef filename, Boolean *stop));

Completed in 191 milliseconds