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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 412 if (pnacl_options_.HasCacheKey() && cached_nexe_file_ != NULL) {
414 // translation. Reset cached_nexe_file_ to have a random name,
416 cached_nexe_file_.reset(new LocalTempFile(plugin_, file_system_.get(),
420 cached_nexe_file_->OpenWrite(cb);
468 // Copy the contents from temp_nexe_file_ -> cached_nexe_file_,
469 // then rename the cached_nexe_file_ file to the cache id.
488 cached_nexe_file_->write_file_io()->Write(cur_offset, buf, num_read, cb);
549 cached_nexe_file_->write_file_io()));
550 cached_nexe_file_->write_file_io()->Write(next_offset, buf, num_read, cb);
560 cached_nexe_file_->Delete(cb)
    [all...]
pnacl_coordinator.h 190 // the nexe data from temp_nexe_file_ to> cached_nexe_file_.
245 nacl::scoped_ptr<LocalTempFile> cached_nexe_file_; member in class:plugin::PnaclCoordinator

Completed in 346 milliseconds