Home
last modified time | relevance | path

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

/bionic/tests/
Dnl_types_test.cpp25 nl_catd cat = catopen("/does/not/exist", NL_CAT_LOCALE); in TEST() local
26 ASSERT_EQ(reinterpret_cast<nl_catd>(-1), cat); in TEST()
28 ASSERT_STREQ("hello, world!", catgets(cat, NL_SETD, 0, "hello, world!")); in TEST()
31 ASSERT_EQ(-1, catclose(cat)); in TEST()
/bionic/tests/prebuilt-elf-files/
Dgen-libtest_invalid-local-tls.sh9 cat >test.c <<EOF
15 cat >test2.c <<EOF
/bionic/benchmarks/linker_relocation/
Drun_bench_with_ninja.sh32 cat <<EOF