Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc336 int vsnprintf_call(char* str, size_t n, const char* format, ...) { in vsnprintf_call() function
396 ASSERT_GT(vsnprintf_call(data, 256, "%.1lf %d %lld", 1.0, 2, 3LL), 0); in TEST()