Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/tests/
Dtest_search_path_list.cpp40 const char* const* unwanted_symbols, in CheckLibrary() argument
63 if (unwanted_symbols) { in CheckLibrary()
64 for (; *unwanted_symbols; ++unwanted_symbols) { in CheckLibrary()
65 const char* symbol_name = *unwanted_symbols; in CheckLibrary()