HomeSort by relevance Sort by last modified time
    Searched refs:fdpool_open (Results 1 - 3 of 3) sorted by null

  /system/extras/fatblock/
fdpool.h 27 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags);
fdpool.c 119 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags) function
read.c 101 fd = fdpool_open(&f->pfd, f->path, O_RDONLY);

Completed in 1268 milliseconds