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

/bionic/tests/
H A Dfortify_test.cpp161 static int vsnprintf_helper2(const char *fmt, ...) { function
175 ASSERT_EXIT(vsnprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
180 ASSERT_EXIT(vsnprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), "");

Completed in 46 milliseconds