HomeSort by relevance Sort by last modified time
    Searched refs:expected_out (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
libgen_test.cpp 23 static void TestBasename(const char* in, const char* expected_out) {
27 ASSERT_STREQ(expected_out, out) << in;
32 static void TestDirname(const char* in, const char* expected_out) {
36 ASSERT_STREQ(expected_out, out) << in;
67 static void TestBasename(const char* in, const char* expected_out, int expected_rc,
73 ASSERT_STREQ(expected_out, buf) << in;
78 static void TestDirname(const char* in, const char* expected_out, int expected_rc,
84 ASSERT_STREQ(expected_out, buf) << in;
  /external/openssh/
configure     [all...]

Completed in 130 milliseconds