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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c65 static CFArrayRef WindowsPathToURLComponents(CFStringRef path, CFAllocatorRef alloc, Boolean isDir, Boolean isAbsolute);
3791 static CFArrayRef WindowsPathToURLComponents(CFStringRef path, CFAllocatorRef alloc, Boolean isDir, Boolean isAbsolute) { function
3839 urlComponents = WindowsPathToURLComponents(path, alloc, isDir, isAbsolute);
3842 // WindowsPathToURLComponents already added percent escapes for us; no need to add them again here.

Completed in 75 milliseconds