Lines Matching refs:Namespace
30 const android::linkerconfig::modules::Namespace& ns) { in VerifyIfApexNamespaceContainsAllSharedLink()
55 void InitializeWithApex(Namespace& ns, const ApexInfo& apex_info) { in InitializeWithApex()
70 Link& Namespace::GetLink(const std::string& target_namespace) { in GetLink()
79 void Namespace::WriteConfig(ConfigWriter& writer) { in WriteConfig()
116 void Namespace::AddSearchPath(const std::string& path) { in AddSearchPath()
125 void Namespace::AddPermittedPath(const std::string& path) { in AddPermittedPath()
134 void Namespace::AddAllowedLib(const std::string& path) { in AddAllowedLib()
138 std::string Namespace::GetName() const { in GetName()
142 bool Namespace::RequiresAsanPath(const std::string& path) { in RequiresAsanPath()
146 const std::string Namespace::CreateAsanPath(const std::string& path) { in CreateAsanPath()
150 Result<void> Namespace::VerifyContents() { in VerifyContents()