Home
last modified time | relevance | path

Searched refs:BaseContext (Results 1 – 7 of 7) sorted by relevance

/system/linkerconfig/modules/
Dbasecontext.cc22 BaseContext::BaseContext() : strict_(false) { in BaseContext() function in android::linkerconfig::modules::BaseContext
25 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 …]
Dsection.cc55 static bool ShouldFailOnMissingDeps(const BaseContext& ctx, in ShouldFailOnMissingDeps()
76 void Section::Resolve(const BaseContext& ctx, in Resolve()
/system/linkerconfig/modules/tests/
Dsection_test.cc154 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()
Dapex_test.cc35 using ::android::linkerconfig::modules::BaseContext;
84 BaseContext ctx; in TEST()
/system/linkerconfig/modules/include/linkerconfig/
Dbasecontext.h32 class BaseContext {
34 BaseContext();
35 virtual ~BaseContext() = default;
Dsection.h83 void Resolve(const BaseContext& ctx, const LibProviders& lib_providers = {});
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h41 class Context : public modules::BaseContext {