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

  /external/chromium_org/net/disk_cache/blockfile/
bitmap.cc 131 void Bitmap::SetMap(const uint32* map, int size) {
  /art/runtime/
elf_file.cc 179 if (!SetMap(MemMap::MapFile(elf_header_size, prot, flags, file_->Fd(), 0,
192 if (!SetMap(MemMap::MapFile(program_header_size, prot, flags, file_->Fd(), 0,
200 if (!SetMap(MemMap::MapFile(file_->GetLength(), prot, flags, file_->Fd(), 0,
452 bool ElfFile::SetMap(MemMap* map, std::string* error_msg) {
587 CHECK(header_ != nullptr); // Header has been checked in SetMap. This is a sanity check.
    [all...]

Completed in 228 milliseconds