Home
last modified time | relevance | path

Searched refs:MapFile (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmem_map.h70 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile() function
Delf_file.cc176 if (!SetMap(MemMap::MapFile(elf_header_size, prot, flags, file_->Fd(), 0, in Setup()
189 if (!SetMap(MemMap::MapFile(program_header_size, prot, flags, file_->Fd(), 0, in Setup()
197 if (!SetMap(MemMap::MapFile(file_->GetLength(), prot, flags, file_->Fd(), 0, in Setup()
Ddex_file.cc193 map.reset(MemMap::MapFile(length, PROT_READ, MAP_PRIVATE, fd, 0, location, error_msg)); in OpenFile()
/art/patchoat/
Dpatchoat.cc164 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch()
253 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch()