Home
last modified time | relevance | path

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

/bionic/tests/
Dfortify_test.cpp506 static int vsnprintf_helper(const char *fmt, ...) { in vsnprintf_helper() function
519 ASSERT_FORTIFY(vsnprintf_helper("%s", "0123456789")); in TEST_F()
523 ASSERT_FORTIFY(vsnprintf_helper("0123456789")); in TEST_F()