Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc263 FdPrintf fdprintf = reinterpret_cast<FdPrintf>(dlsym(RTLD_DEFAULT, "fdprintf")); in TEST() local
264 ASSERT_GT(fdprintf(f.fd(), "%.1lf %d %lld\n", 1.0, 2, 3LL), 0); in TEST()