Home
last modified time | relevance | path

Searched refs:set_permitted_paths (Results 1 – 4 of 4) 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.cpp598 …ns_config->set_permitted_paths(properties.get_paths(property_name_prefix + ".permitted.paths", fal… in read_binary_config()
Dlinker.cpp2527 ns->set_permitted_paths(std::move(permitted_paths)); in create_namespace()
3588 g_default_namespace.set_permitted_paths(default_ns_config->permitted_paths()); in init_default_namespaces()
3606 ns->set_permitted_paths(ns_config->permitted_paths()); in init_default_namespaces()