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

/fuchsia/zircon/kernel/lib/unittest/
H A Dunittest.cpp244 const char** failed_names = static_cast<const char**>(calloc(num_tests + 1, sizeof(char*))); local
245 const char** fn = failed_names;
279 for (fn = failed_names; *fn != NULL; fn++) {
285 free(failed_names);

Completed in 23 milliseconds