Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdio.h218 int (* _Nullable __close_fn)(void* _Nonnull)) __RENAME(funopen64) __INTRODUCED_IN(24);
240 __wur FILE* _Nullable funopen64(const void* _Nullable __cookie,
/bionic/libc/stdio/
Dstdio.cpp724 FILE* funopen64(const void* cookie, in funopen64() function
/bionic/libc/
Dlibc.map.txt1254 funopen64; # introduced=24
/bionic/tools/versioner/platforms/
Dlibc.map.txt1254 funopen64; # introduced=24
/bionic/tests/
Dstdio_test.cpp2356 FILE* fp64 = funopen64(nullptr, read_fn, nullptr, seek64_fn, nullptr); in TEST()