Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_view.h34 bool IsSystem() const { return type_ == TYPE_SYSTEM; } in IsSystem() function
54 void* GetSystem() { return IsSystem() ? system_ : NULL; } in GetSystem()
Dcrazy_linker_wrappers.cpp132 if (wrap_lib->IsSystem()) { in WrapDlsym()
200 if (wrap_lib->IsSystem() || wrap_lib->IsCrazy()) { in WrapDlclose()
Dcrazy_linker_library_list.cpp98 } else if (lib->IsSystem()) { in FindSymbolFrom()
182 if (!wrap->IsSystem() && !wrap->IsCrazy()) in UnloadLibrary()
Dcrazy_linker_shared_library.cpp112 if (wrap->IsSystem()) { in Lookup()