Home
last modified time | relevance | path

Searched refs: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()
112 permitted_paths_ = std::move(permitted_paths); in set_permitted_paths()
114 void set_permitted_paths(const std::vector<std::string>& permitted_paths) { in set_permitted_paths()
115 permitted_paths_ = permitted_paths; in set_permitted_paths()
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() argument
125 permitted_paths_ = std::move(permitted_paths); in set_permitted_paths()
Dlinker_config_test.cpp202 ASSERT_EQ(expected_default_permitted_path, default_ns_config->permitted_paths()); in run_linker_config_smoke_test()
242 ASSERT_EQ(expected_system_permitted_path, ns_system->permitted_paths()); in run_linker_config_smoke_test()
Dlinker.cpp2466 std::vector<std::string> permitted_paths; in create_namespace() local
2470 parse_path(permitted_when_isolated_path, ":", &permitted_paths); in create_namespace()
2490 back_inserter(permitted_paths)); in create_namespace()
2506 ns->set_permitted_paths(std::move(permitted_paths)); in create_namespace()
3549 g_default_namespace.set_permitted_paths(default_ns_config->permitted_paths()); in init_default_namespaces()
3567 ns->set_permitted_paths(ns_config->permitted_paths()); in init_default_namespaces()