HomeSort by relevance Sort by last modified time
    Searched refs:mapfd (Results 1 - 3 of 3) 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/base/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
  /frameworks/base/include/binder/
MemoryHeapBase.h 86 status_t mapfd(int fd, size_t size, uint32_t offset = 0);

Completed in 54 milliseconds