Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdio.h180 int (*)(void*)) __RENAME(funopen64);
200 FILE* funopen64(const void*,
/bionic/libc/stdio/
Dstdio.cpp590 FILE* funopen64(const void* cookie, in funopen64() function
/bionic/libc/
Dlibc.mips64.map1160 funopen64;
Dlibc.x86_64.map1160 funopen64;
Dlibc.arm64.map1160 funopen64;
Dlibc.x86.brillo.map1219 funopen64;
Dlibc.mips.brillo.map1221 funopen64;
Dlibc.mips.map1221 funopen64;
Dlibc.arm.brillo.map1237 funopen64;
Dlibc.x86.map1219 funopen64;
Dlibc.map.txt1262 funopen64;
Dlibc.arm.map1237 funopen64;
/bionic/tests/
Dstdio_test.cpp1175 FILE* fp64 = funopen64(nullptr, read_fn, nullptr, seek64_fn, nullptr); in TEST()