Home | History | Annotate | Download | only in base

Lines Matching refs:mmap_

59   mmap_.reset(new file_util::MemoryMappedFile);
60 if (!mmap_->Initialize(path)) {
67 const uint32* ptr = reinterpret_cast<const uint32*>(mmap_->data());
72 mmap_.reset();
80 mmap_->length()) {
83 mmap_.reset();
89 mmap_->data() + kHeaderLength + (i * sizeof(DataPackEntry)));
90 if (entry->file_offset + entry->length > mmap_->length()) {
93 mmap_.reset();
114 bsearch(&resource_id, mmap_->data() + kHeaderLength, resource_count_,
120 data->set(mmap_->data() + target->file_offset, target->length);