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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c3877 static Boolean CanonicalFileURLStringToFileSystemRepresentation(CFStringRef str, UInt8 *inBuffer, CFIndex inBufferLen) function
4198 if ( CanonicalFileURLStringToFileSystemRepresentation(anURL->_string, buffer, PATH_MAX + 1) ) {
4303 return CanonicalFileURLStringToFileSystemRepresentation(url->_string, buffer, bufLen);

Completed in 92 milliseconds