Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc687 fpos_t funopen_seek(void* cookie, fpos_t pos, int whence) { in funopen_seek() function
709 FILE* f = funopen(&cookie, funopen_read, funopen_write, funopen_seek, funopen_close); in TEST()