Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_api.cpp38 search_paths(), in crazy_context_t()
51 SearchPathList search_paths; member
59 search_paths.ResetFromEnv("LD_LIBRARY_PATH"); in ResetSearchPaths()
100 context->search_paths.AddPaths(file_path); in crazy_context_add_search_path()
207 &context->search_paths, in crazy_library_open()
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc955 const std::vector<String>& search_paths, in FindLibraryPath() argument
959 for (size_t n = 0; n < search_paths.size(); ++n) { in FindLibraryPath()
960 String file_path = search_paths[n]; in FindLibraryPath()