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

/bionic/tests/
H A Dlibgen_basename_test.cpp44 static void __TestGnuBasename(const char* in, const char* expected_out, int line) { argument
47 ASSERT_STREQ(expected_out, out) << "(" << line << "): " << in << std::endl;
51 static void __TestPosixBasename(const char* in, const char* expected_out, int line) { argument
55 ASSERT_STREQ(expected_out, out) << "(" << line << "): " << in << std::endl;
H A Dlibgen_test.cpp22 static void TestDirname(const char* in, const char* expected_out) { argument
26 ASSERT_STREQ(expected_out, out) << in;
43 static void TestBasename(const char* in, const char* expected_out, int expected_rc, argument
49 ASSERT_STREQ(expected_out, buf) << in;
54 static void TestDirname(const char* in, const char* expected_out, int expected_rc, argument
60 ASSERT_STREQ(expected_out, buf) << in;
H A Dstring_test.cpp1401 static void TestBasename(const char* in, const char* expected_out) { argument
1404 ASSERT_STREQ(expected_out, out) << in;

Completed in 65 milliseconds