Searched refs:BaseContext (Results 1 – 7 of 7) sorted by relevance
22 BaseContext::BaseContext() : strict_(false) { in BaseContext() function in android::linkerconfig::modules::BaseContext25 void BaseContext::SetApexModules(std::vector<ApexInfo>&& apex_modules) { in SetApexModules()35 const std::vector<ApexInfo>& BaseContext::GetApexModules() const { in GetApexModules()40 BaseContext::GetApexModuleMap() const { in GetApexModuleMap()44 void BaseContext::SetStrictMode(bool strict) { in SetStrictMode()48 bool BaseContext::IsStrictMode() const { in IsStrictMode()52 void BaseContext::SetTargetApex(const std::string& target_apex) { in SetTargetApex()56 const std::string& BaseContext::GetTargetApex() const { in GetTargetApex()60 Namespace BaseContext::BuildApexNamespace(const ApexInfo& apex_info, in BuildApexNamespace()69 void BaseContext::SetSystemConfig( in SetSystemConfig()[all …]
55 static bool ShouldFailOnMissingDeps(const BaseContext& ctx, in ShouldFailOnMissingDeps()76 void Section::Resolve(const BaseContext& ctx, in Resolve()
154 BaseContext ctx; in TEST()184 BaseContext ctx; in TEST()209 BaseContext ctx; in TEST()228 BaseContext ctx; in TEST()248 BaseContext ctx; in TEST()276 BaseContext ctx; in TEST()
35 using ::android::linkerconfig::modules::BaseContext;84 BaseContext ctx; in TEST()
32 class BaseContext {34 BaseContext();35 virtual ~BaseContext() = default;
83 void Resolve(const BaseContext& ctx, const LibProviders& lib_providers = {});
41 class Context : public modules::BaseContext {