Searched refs:MmapFile (Results 1 – 2 of 2) sorted by relevance
38 class MmapFile {40 MmapFile(const char* filename, const char* required_prefix);48 BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(MmapFile);84 MmapFile mmap_file_;100 MmapFile mmap_file_;
196 MmapFile::MmapFile(const char* filename, const char* required_prefix) in MmapFile() function in MmapFile201 void MmapFile::Unmap() { in Unmap()211 bool MmapFile::GetFile(const char** start, const char** end) { in GetFile()233 bool MmapFile::DoMmap() { in DoMmap()260 bool MmapFile::Find(Line* line, Predicate predicate) { in Find()290 bool MmapFile::FindById(uid_t uid, Line* line) { in FindById()302 bool MmapFile::FindByName(const char* name, Line* line) { in FindByName()