HomeSort by relevance Sort by last modified time
    Searched full:vsprintf_helper (Results 1 - 1 of 1) sorted by null

  /bionic/tests/
fortify_test.cpp 536 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 43 milliseconds