Home
last modified time | relevance | path

Searched defs:allowed_libs (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_config.h101 const std::vector<std::string>& allowed_libs() const { return allowed_libs_; } in allowed_libs() function
128 void set_allowed_libs(std::vector<std::string>&& allowed_libs) { in set_allowed_libs()
H A Dlinker_config.cpp568 std::string allowed_libs = in read_binary_config() local
/aosp12/system/linkerconfig/contents/tests/configuration/include/
H A Dmodules.h40 std::vector<std::string> allowed_libs; member