Searched refs:thePath (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPCommit.c204 char * thePath; local
220 thePath = CFAllocatorAllocate(NULL, pathLen, 0);
221 snprintf(thePath, pathLen, "%s-new", path);
223 fd = open(thePath, O_WRONLY|O_CREAT, statBuf.st_mode);
227 CFAllocatorDeallocate(NULL, thePath);
249 CFAllocatorDeallocate(NULL, thePath);
256 SCLog(_sc_verbose, LOG_ERR, CFSTR(" path = %s"), thePath);
257 (void) unlink(thePath);
258 CFAllocatorDeallocate(NULL, thePath);
269 SCLog(_sc_verbose, LOG_ERR, CFSTR(" path = %s"), thePath);
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFPlugIn.c55 _CreateIfReachable( CFStringRef thePath )
59 pathURL = CFURLCreateWithFileSystemPath(NULL, thePath,
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.mm101 static NSString *pathByResolvingSymlinksAndAliases(NSString *thePath)
103 NSString *newPath = [thePath stringByResolvingSymlinksInPath];
108 err = FSPathMakeRef((const UInt8 *)[thePath fileSystemRepresentation], &fref, NULL);
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c3919 char *thePath = strdup(curName); local
3920 if (thePath) {
3923 CFIndex len = strlen(thePath);
3925 thePath[dstIndex] = thePath[srcIndex];
3927 while (srcIndex < len-1 && thePath[srcIndex] == '/' && (thePath[srcIndex+1] == '/' || (thePath[srcIndex+1] == '.' && srcIndex < len-2 && thePath[srcIndex+2] == '/'))) srcIndex += (thePath[srcInde
[all...]

Completed in 161 milliseconds