Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/win/
DDownloadBundleWin.cpp147 fpos_t footerLengthPosition = fileStat.st_size - 8; in extractResumeData() local
148 ASSERT(footerLengthPosition >= 0); in extractResumeData()
149 if (footerLengthPosition < 0) in extractResumeData()
152 if (fsetpos(bundle, &footerLengthPosition)) in extractResumeData()