Home
last modified time | relevance | path

Searched refs:cfPath (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/win/
DMarshallingHelpers.cpp56 …CFStringRef cfPath = CFStringCreateWithCharactersNoCopy(0, (const UniChar*)string.characters(), st… in PathStringToFileCFURLRef() local
57 CFURLRef pathURL = CFURLCreateWithFileSystemPath(0, cfPath, kCFURLWindowsPathStyle, false); in PathStringToFileCFURLRef()
58 CFRelease(cfPath); in PathStringToFileCFURLRef()