Searched refs:pathURL (Results 1 – 2 of 2) sorted by relevance
182 …RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePat… in initToResumeWithBundle() local183 ASSERT(pathURL); in initToResumeWithBundle()185 …m_download.adoptCF(CFURLDownloadCreateWithResumeData(0, resumeData.get(), pathURL.get(), &client)); in initToResumeWithBundle()291 CFURLRef pathURL = MarshallingHelpers::PathStringToFileCFURLRef(m_bundlePath); in setDestination() local292 CFURLDownloadSetDestination(m_download.get(), pathURL, !!allowOverwrite); in setDestination()293 CFRelease(pathURL); in setDestination()
57 CFURLRef pathURL = CFURLCreateWithFileSystemPath(0, cfPath, kCFURLWindowsPathStyle, false); in PathStringToFileCFURLRef() local59 return pathURL; in PathStringToFileCFURLRef()