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

/bionic/tests/
H A Dfortify_test.cpp498 static int vsnprintf_helper(const char *fmt, ...) { function
511 ASSERT_FORTIFY(vsnprintf_helper("%s", "0123456789"));
515 ASSERT_FORTIFY(vsnprintf_helper("0123456789"));

Completed in 149 milliseconds