OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__fopen
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/stdio/
stdio.cpp
176
static FILE*
__fopen
(int fd, int flags) {
function
207
FILE* fp =
__fopen
(fd, flags);
252
return
__fopen
(fd, flags);
Completed in 73 milliseconds