Searched refs:vsnprintf_helper2 (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dfortify_test.cpp141 static int vsnprintf_helper2(const char *fmt, ...) { function
154 ASSERT_FORTIFY(vsnprintf_helper2("%s", "0123456789"));
158 ASSERT_FORTIFY(vsnprintf_helper2("0123456789"));

Completed in 25 milliseconds