HomeSort by relevance Sort by last modified time
    Searched refs:is_accessible (Results 1 - 5 of 5) sorted by null

  /bionic/linker/
linker_namespaces.cpp 34 bool android_namespace_t::is_accessible(const std::string& file) { function in class:android_namespace_t
60 bool android_namespace_t::is_accessible(soinfo* s) { function in class:android_namespace_t
linker_namespaces.h 55 bool is_accessible(const char* soname) const { function in struct:android_namespace_link_t
132 bool is_accessible(const std::string& path);
137 bool is_accessible(soinfo* si);
linker.cpp 159 if (ns_link.is_accessible(soname.c_str())) {
751 if (!ns->is_accessible(current_soinfo)) {
1072 if (fd != -1 && !ns->is_accessible(*realpath)) {
    [all...]
  /art/compiler/driver/
compiler_driver.cc 1395 bool is_accessible = resolved_class->IsPublic(); \/\/ Public classes are always accessible. local
1423 bool is_accessible = resolved_class->IsPublic(); \/\/ Public classes are always accessible. local
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 643 def is_accessible(path): function
655 if is_accessible(path):
    [all...]

Completed in 248 milliseconds