Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_namespaces.h111 void set_permitted_paths(std::vector<std::string>&& permitted_paths) { in set_permitted_paths() function
114 void set_permitted_paths(const std::vector<std::string>& permitted_paths) { in set_permitted_paths() function
Dlinker_config.h124 void set_permitted_paths(std::vector<std::string>&& permitted_paths) { in set_permitted_paths() function
Dlinker_config.cpp595 …ns_config->set_permitted_paths(properties.get_paths(property_name_prefix + ".permitted.paths", fal… in read_binary_config()