Home
last modified time | relevance | path

Searched refs:__allocate_DIR (Results 1 – 1 of 1) sorted by relevance

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