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

/bionic/tests/
H A Dfortify_test.cpp536 static int vsprintf_helper(const char *fmt, ...) { function
549 ASSERT_EXIT(vsprintf_helper("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
554 ASSERT_EXIT(vsprintf_helper("0123456789"), testing::KilledBySignal(SIGABRT), "");

Completed in 364 milliseconds