Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc675 int funopen_write(void* cookie, const char* data, int size) { in funopen_write() function
709 FILE* f = funopen(&cookie, funopen_read, funopen_write, funopen_seek, funopen_close); in TEST()