Searched defs:footerBuffer (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/network/win/
H A DDownloadBundleWin.cpp119 Vector<UInt8> footerBuffer; local
169 footerBuffer.resize(footerLength);
170 if (fread(footerBuffer.data(), 1, footerLength, bundle) != footerLength) {
188 result = CFDataCreate(0, footerBuffer.data(), footerLength);

Completed in 1071 milliseconds