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

/bionic/tests/
H A Dfortify_test.cpp557 static int vsnprintf_helper(const char *fmt, ...) { function
571 ASSERT_EXIT(vsnprintf_helper("%s", "0123456789"), testing::KilledBySignal(SIGABRT), "");
576 ASSERT_EXIT(vsnprintf_helper("0123456789"), testing::KilledBySignal(SIGABRT), "");

Completed in 479 milliseconds