HomeSort by relevance Sort by last modified time
    Searched refs:temp_nexe_file_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 379 struct NaClDesc* desc = temp_nexe_file_->read_wrapper()->desc();
391 // The nexe is written to the temp_nexe_file_. We must Reset() the file
393 temp_nexe_file_->Reset();
468 // Copy the contents from temp_nexe_file_ -> cached_nexe_file_,
471 nacl::DescWrapper* read_wrapper = temp_nexe_file_->read_wrapper();
511 nacl::DescWrapper* read_wrapper = temp_nexe_file_->read_wrapper();
666 translated_fd_.reset(temp_nexe_file_->release_read_wrapper());
    [all...]
pnacl_coordinator.h 190 // the nexe data from temp_nexe_file_ to> cached_nexe_file_.
241 nacl::scoped_ptr<TempFile> temp_nexe_file_; member in class:plugin::PnaclCoordinator

Completed in 30 milliseconds