Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp128 bool is_accessible(const std::string& path);
326 bool android_namespace_t::is_accessible(const std::string& file) { in is_accessible() function in android_namespace_t
1626 if (fd != -1 && !ns->is_accessible(*realpath)) { in open_library()
1743 if (!ns->is_accessible(realpath)) { in load_library()