Searched refs:pathRef (Results 1 – 4 of 4) sorted by relevance
84 FSRef pathRef;85 if (CFURLGetFSRef(pathURLRef, &pathRef)) {89 &pathRef, // dataPtr90 sizeof(pathRef)); // dataSize
50 WKContextRef WKContextCreateWithInjectedBundlePath(WKStringRef pathRef) in WKContextCreateWithInjectedBundlePath() argument52 RefPtr<WebContext> context = WebContext::create(toImpl(pathRef)->string()); in WKContextCreateWithInjectedBundlePath()
405 void WKPreferencesSetFTPDirectoryTemplatePath(WKPreferencesRef preferencesRef, WKStringRef pathRef) in WKPreferencesSetFTPDirectoryTemplatePath() argument407 toImpl(preferencesRef)->setFTPDirectoryTemplatePath(toWTFString(pathRef)); in WKPreferencesSetFTPDirectoryTemplatePath()
483 StringRef pathRef(path.data(), path.size()); in FixupRelativePath() local486 || llvm::sys::path::is_absolute(pathRef)) in FixupRelativePath()490 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath()