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

/bionic/tests/
H A Dfortify_test.cpp136 static int vsprintf_helper2(const char *fmt, ...) { function
149 ASSERT_EXIT(vsprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
154 ASSERT_EXIT(vsprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), "");

Completed in 135 milliseconds