Lines Matching refs:Context
34 bool Context::IsSystemSection() const { in IsSystemSection()
38 bool Context::IsVendorSection() const { in IsVendorSection()
42 bool Context::IsProductSection() const { in IsProductSection()
46 bool Context::IsUnrestrictedSection() const { in IsUnrestrictedSection()
50 bool Context::IsDefaultConfig() const { in IsDefaultConfig()
54 bool Context::IsLegacyConfig() const { in IsLegacyConfig()
58 bool Context::IsRecoveryConfig() const { in IsRecoveryConfig()
62 bool Context::IsApexBinaryConfig() const { in IsApexBinaryConfig()
66 const ApexInfo& Context::GetCurrentApex() const { in GetCurrentApex()
71 void Context::SetCurrentSection(SectionType section_type) { in SetCurrentSection()
75 std::string Context::GetSystemNamespaceName() const { in GetSystemNamespaceName()
79 void Context::SetCurrentLinkerConfigType(LinkerConfigType config_type) { in SetCurrentLinkerConfigType()
83 void Context::SetCurrentApex(const ApexInfo* apex) { in SetCurrentApex()
87 bool Context::IsVndkAvailable() const { in IsVndkAvailable()
113 bool Context::IsSectionVndkEnabled() const { in IsSectionVndkEnabled()