Searched defs:__allocate_DIR (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Ddirent.cpp59 static DIR* __allocate_DIR(int fd) { function
87 return __allocate_DIR(fd);
92 return (fd != -1) ? __allocate_DIR(fd) : NULL;

Completed in 59 milliseconds