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

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py319 self.assertResultIsCFRetained(CFURLCreateFilePathURL)
320 url, err = CFURLCreateFilePathURL(None, baseURL, None)
339 self.assertResultIsCFRetained(CFURLCreateFilePathURL)
/macosx-10.9.5/CF-855.17/
H A DCFURL.h462 CFURLCreateFilePathURL
482 CFURLRef CFURLCreateFilePathURL(CFAllocatorRef allocator, CFURLRef url, CFErrorRef *error) CF_AVAILABLE(10_6, 4_0);
H A DCFURL.c4447 CFURLRef filePathURL = CFURLCreateFilePathURL(CFGetAllocator(url), url, NULL);
4520 CFURLRef filePathURL = CFURLCreateFilePathURL(allocator, url, NULL);
4570 CFURLRef filePathURL = CFURLCreateFilePathURL(allocator, url, NULL);
4647 CFURLRef filePathURL = CFURLCreateFilePathURL(allocator, url, NULL);
4691 CFURLRef filePathURL = CFURLCreateFilePathURL(allocator, url, NULL);
5038 CFURLRef CFURLCreateFilePathURL(CFAllocatorRef alloc, CFURLRef url, CFErrorRef *error) function
5044 CFLog(kCFLogLevelWarning, CFSTR("CFURLCreateFilePathURL failed because it was passed this URL which has no scheme: %@"), url);

Completed in 176 milliseconds