OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapfd
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/radius/
clientid.c
37
FILE *
mapfd
;
local
42
if ((
mapfd
= fopen(filename,"r")) == NULL)
50
while (fgets(buffer, sizeof(buffer),
mapfd
) != NULL)
89
fclose(
mapfd
);
/frameworks/native/libs/binder/
MemoryHeapBase.cpp
58
if (
mapfd
(fd, size) == NO_ERROR) {
79
if (
mapfd
(fd, size) == NO_ERROR) {
91
mapfd
(dup(fd), size, offset);
107
status_t MemoryHeapBase::
mapfd
(int fd, size_t size, uint32_t offset)
function in class:android::MemoryHeapBase
Completed in 441 milliseconds