Home
last modified time | relevance | path

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

/bionic/tests/
Dfortify_test.cpp479 static int vsprintf_helper(const char *fmt, ...) { in vsprintf_helper() function
491 ASSERT_FORTIFY(vsprintf_helper("%s", "0123456789")); in TEST_F()
495 ASSERT_FORTIFY(vsprintf_helper("0123456789")); in TEST_F()