Searched refs:pathURL (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DiOSforOSX.c32 CFURLRef pathURL = NULL;
41 pathURL = CFURLCreateWithFileSystemPath(NULL, home?home:CFSTR("/"), kCFURLPOSIXPathStyle, true);
42 if (pathURL)
43 fileURL = CFURLCreateCopyAppendingPathComponent(kCFAllocatorDefault, pathURL, filePath, false);
47 CFReleaseSafe(pathURL);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DiOSforOSX.c32 CFURLRef pathURL = NULL;
41 pathURL = CFURLCreateWithFileSystemPath(NULL, home?home:CFSTR("/"), kCFURLPOSIXPathStyle, true);
42 if (pathURL)
43 fileURL = CFURLCreateCopyAppendingPathComponent(kCFAllocatorDefault, pathURL, filePath, false);
47 CFReleaseSafe(pathURL);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFPlugIn.c57 CFURLRef pathURL = NULL; // caller will release local
59 pathURL = CFURLCreateWithFileSystemPath(NULL, thePath,
62 if (pathURL) {
63 if (CFURLResourceIsReachable(pathURL, NULL) == false) {
64 CFRelease( pathURL );
65 pathURL = NULL;
68 return(pathURL);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Ddiskrep.cpp104 if (CFRef<CFURLRef> pathURL = makeCFURL(path))
105 if (CFRef<CFBundleRef> bundle = _CFBundleCreateWithExecutableURLIfMightBeBundle(NULL, pathURL))
153 if (CFRef<CFURLRef> pathURL = makeCFURL(path))
154 if (CFRef<CFBundleRef> bundle = _CFBundleCreateWithExecutableURLIfMightBeBundle(NULL, pathURL)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Ddiskrep.cpp104 if (CFRef<CFURLRef> pathURL = makeCFURL(path))
105 if (CFRef<CFBundleRef> bundle = _CFBundleCreateWithExecutableURLIfMightBeBundle(NULL, pathURL))
153 if (CFRef<CFURLRef> pathURL = makeCFURL(path))
154 if (CFRef<CFBundleRef> bundle = _CFBundleCreateWithExecutableURLIfMightBeBundle(NULL, pathURL)) {
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownloadCFNet.cpp183 RetainPtr<CFURLRef> pathURL = adoptCF(MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath)))); local
184 ASSERT(pathURL);
186 m_download = adoptCF(CFURLDownloadCreateWithResumeData(0, resumeData.get(), pathURL.get(), &client));
292 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath); local
293 CFURLDownloadSetDestination(m_download.get(), pathURL, !!allowOverwrite);
294 CFRelease(pathURL);
H A DMarshallingHelpers.cpp56 CFURLRef pathURL = CFURLCreateWithFileSystemPath(0, cfPath, kCFURLWindowsPathStyle, false); local
58 return pathURL;
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c597 CF_PRIVATE SInt32 _CFGetFileProperties(CFAllocatorRef alloc, CFURLRef pathURL, Boolean *exists, SInt32 *posixMode, int64_t *size, CFDateRef *modTime, SInt32 *ownerID, CFArrayRef *dirContents) { argument
601 if (!CFURLGetFileSystemRepresentation(pathURL, true, (uint8_t *)path, CFMaxPathLength)) {
H A DCFInternal.h551 CF_PRIVATE SInt32 _CFGetFileProperties(CFAllocatorRef alloc, CFURLRef pathURL, Boolean *exists, SInt32 *posixMode, SInt64 *size, CFDateRef *modTime, SInt32 *ownerID, CFArrayRef *dirContents);

Completed in 163 milliseconds