Searched refs:CopyFileToBuffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/browser/
H A Dpnacl_host.h152 static scoped_refptr<net::DrainableIOBuffer> CopyFileToBuffer(
H A Dpnacl_host.cc415 scoped_refptr<net::DrainableIOBuffer> PnaclHost::CopyFileToBuffer( function in class:pnacl::PnaclHost
428 PLOG(ERROR) << "CopyFileToBuffer file read failed";
469 base::Bind(&PnaclHost::CopyFileToBuffer, Passed(&file)),
478 // If store_nexe is true, the fd will be closed by CopyFileToBuffer.
491 // TranslationID from the host and the result of CopyFileToBuffer.

Completed in 76 milliseconds