HomeSort by relevance Sort by last modified time
    Searched refs:permitted_paths (Results 1 - 4 of 4) sorted by null

  /bionic/linker/
linker_namespaces.h 106 void set_permitted_paths(std::vector<std::string>&& permitted_paths) {
107 permitted_paths_ = std::move(permitted_paths);
109 void set_permitted_paths(const std::vector<std::string>& permitted_paths) {
110 permitted_paths_ = permitted_paths;
linker_config.h 91 const std::vector<std::string>& permitted_paths() const { function in class:NamespaceConfig
120 void set_permitted_paths(std::vector<std::string>&& permitted_paths) {
121 permitted_paths_ = std::move(permitted_paths);
linker_config_test.cpp 161 ASSERT_EQ(kExpectedDefaultPermittedPath, default_ns_config->permitted_paths());
201 ASSERT_EQ(kExpectedSystemPermittedPath, ns_system->permitted_paths());
linker.cpp     [all...]

Completed in 166 milliseconds