Home
last modified time | relevance | path

Searched refs:test_error_callback (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dglob_test.cpp108 static int test_error_callback(const char* failure_path, int failure_errno) { in test_error_callback() function
120 ASSERT_EQ(GLOB_NOMATCH, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, test_error_callback, &g)); in TEST()
126 ASSERT_EQ(GLOB_ABORTED, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, test_error_callback, &g)); in TEST()