Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_namespaces.h114 void set_permitted_paths(std::vector<std::string>&& permitted_paths) { in set_permitted_paths() function
117 void set_permitted_paths(const std::vector<std::string>& permitted_paths) { in set_permitted_paths() function
Dlinker_config.h126 void set_permitted_paths(std::vector<std::string>&& permitted_paths) { in set_permitted_paths() function
Dlinker_config.cpp589 …ns_config->set_permitted_paths(properties.get_paths(property_name_prefix + ".permitted.paths", fal… in read_binary_config()
Dlinker.cpp2460 ns->set_permitted_paths(std::move(permitted_paths)); in create_namespace()
3484 g_default_namespace.set_permitted_paths(default_ns_config->permitted_paths()); in init_default_namespaces()
3502 ns->set_permitted_paths(ns_config->permitted_paths()); in init_default_namespaces()