Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp184 static bool is_system_library(const std::string& realpath) { in is_system_library() function
231 if (needed_by != nullptr && is_system_library(needed_by->get_realpath())) { in is_greylisted()
1748 if (needed_by == nullptr || !is_system_library(needed_by->get_realpath())) { in load_library()