OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MmapFile
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
grp_pwd_file.h
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_;
grp_pwd_file.cpp
195
MmapFile
::
MmapFile
(const char* filename, const char* required_prefix)
200
void
MmapFile
::Unmap() {
210
bool
MmapFile
::GetFile(const char** start, const char** end) {
232
bool
MmapFile
::DoMmap() {
262
bool
MmapFile
::Find(Line* line, Predicate predicate) {
292
bool
MmapFile
::FindById(uid_t uid, Line* line) {
304
bool
MmapFile
::FindByName(const char* name, Line* line) {
/external/libtextclassifier/lang_id/common/file/
mmap.cc
59
MmapHandle
MmapFile
(const string &filename) {
73
return
MmapFile
(fd);
76
MmapHandle
MmapFile
(int fd) {
/external/libtextclassifier/utils/memory/
mmap.cc
56
MmapHandle
MmapFile
(const std::string &filename) {
70
return
MmapFile
(fd);
73
MmapHandle
MmapFile
(int fd) {
82
return
MmapFile
(fd, /*segment_offset=*/0, /*segment_size=*/sb.st_size);
85
MmapHandle
MmapFile
(int fd, int64 segment_offset, int64 segment_size) {
/external/autotest/client/deps/glbench/src/
utils.cc
34
// Sets the base path for
MmapFile
to `dirname($argv0)`/$relative.
44
void*
MmapFile
(const char* name, size_t* length) {
Completed in 429 milliseconds