Searched defs:expected_out (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dlibgen_test.cpp23 static void TestBasename(const char* in, const char* expected_out) { argument
27 ASSERT_STREQ(expected_out, out) << in;
32 static void TestDirname(const char* in, const char* expected_out) { argument
36 ASSERT_STREQ(expected_out, out) << in;
68 static void TestBasename(const char* in, const char* expected_out, int expected_rc, argument
74 ASSERT_STREQ(expected_out, buf) << in;
79 static void TestDirname(const char* in, const char* expected_out, int expected_rc, argument
85 ASSERT_STREQ(expected_out, buf) << in;

Completed in 70 milliseconds