Home
last modified time | relevance | path

Searched defs:permitted_paths (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_config.h97 const std::vector<std::string>& permitted_paths() const { in permitted_paths() function
124 void set_permitted_paths(std::vector<std::string>&& permitted_paths) { in set_permitted_paths()
Dlinker.cpp2466 std::vector<std::string> permitted_paths; in create_namespace() local