Home
last modified time | relevance | path

Searched defs:haystack (Results 1 – 7 of 7) sorted by relevance

/bionic/linker/
Dlinker_utils.cpp121 const char* haystack = file.c_str(); in file_is_in_dir() local
131 const char* haystack = file.c_str(); in file_is_under_dir() local
/bionic/benchmarks/
Dstring_benchmark.cpp271 std::vector<char> haystack; in BM_string_strstr() local
299 std::vector<char> haystack; in BM_string_strchr() local
/bionic/libc/bionic/
Dndk_cruft.cpp238 wchar_t* wcswcs(wchar_t* haystack, wchar_t* needle) { in wcswcs()
/bionic/tests/
Dstring_test.cpp1546 const char haystack[] = "big\0daddy/giant\0haystacks!"; in TEST() local
1574 const char* haystack = "big daddy/giant haystacks!"; in TEST() local
1602 const char* haystack = "bIg dAdDy/gIaNt hAyStAcKs"; in TEST() local
Dwchar_test.cpp231 const wchar_t* haystack = L"big daddy/giant haystacks!"; in TEST() local
Ddlext_test.cpp57 #define ASSERT_SUBSTR(needle, haystack) \ argument
Ddlfcn_test.cpp58 #define ASSERT_SUBSTR(needle, haystack) \ argument