OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_wrapper
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.h
57
nacl::DescWrapper*
read_wrapper
() { return read_wrapper_.get(); }
function in class:plugin::TempFile
pnacl_coordinator.cc
379
struct NaClDesc* desc = temp_nexe_file_->
read_wrapper
()->desc();
471
nacl::DescWrapper*
read_wrapper
= temp_nexe_file_->
read_wrapper
();
local
474
nacl::assert_cast<int32_t>(
read_wrapper
->Read(buf, sizeof buf));
511
nacl::DescWrapper*
read_wrapper
= temp_nexe_file_->
read_wrapper
();
local
519
read_wrapper
->Seek(pp_error - num_read_prev, SEEK_CUR);
531
nacl::assert_cast<int32_t>(
read_wrapper
->Read(buf, sizeof buf));
[
all
...]
local_temp_file.h
77
nacl::DescWrapper*
read_wrapper
() { return read_wrapper_.get(); }
function in class:plugin::LocalTempFile
pnacl_translate_thread.cc
267
nacl::DescWrapper* ld_in_file = obj_file_->
read_wrapper
();
Completed in 894 milliseconds