HomeSort by relevance Sort by last modified time
    Searched full:wrong_names (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 241 const char *wrong_names[] = { "", "lib.9", "lib-x86_64" }; local
250 for (uptr m = 0; m < ARRAY_SIZE(wrong_names); m++)
251 EXPECT_FALSE(LibraryNameIs(full_name, wrong_names[m]))
253 << " matches base name " << wrong_names[m]; local

Completed in 53 milliseconds