Searched refs:pathComponent (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c1231 char * pathComponent = NULL; // do not free local
1243 pathComponent = subPath;
1244 while (pathComponent) {
1245 pathComponentEnd = index(pathComponent, '/');
1250 strlcat(path, pathComponent, sizeof(path)) >= sizeof(path)) {
1266 pathComponent = pathComponentEnd + 1;
/macosx-10.9.5/CF-855.17/
H A DCFURL.h289 CFURLRef CFURLCreateCopyAppendingPathComponent(CFAllocatorRef allocator, CFURLRef url, CFStringRef pathComponent, Boolean isDirectory);
H A DCFURL.c4510 CFURLRef CFURLCreateCopyAppendingPathComponent(CFAllocatorRef allocator, CFURLRef url, CFStringRef pathComponent, Boolean isDirectory) { argument
4514 CFAssert1(pathComponent != NULL, __kCFLogAssertion, "%s(): Cannot be called with a NULL component to append", __PRETTY_FUNCTION__);
4536 newComp = CFURLCreateStringByAddingPercentEscapes(allocator, pathComponent, NULL, CFSTR(";?"), url->_encoding);

Completed in 101 milliseconds