Home
last modified time | relevance | path

Searched refs:MmapFile (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dgrp_pwd_file.h38 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_;
Dgrp_pwd_file.cpp196 MmapFile::MmapFile(const char* filename, const char* required_prefix) in MmapFile() function in MmapFile
201 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()