Searched refs:InSystem (Results 1 – 5 of 5) sorted by relevance
37 if (!apex_info.InSystem()) { in BuildApexDefaultNamespace()
35 is_system_or_unrestricted_section = ctx.GetCurrentApex().InSystem(); in BuildVndkNamespace()
128 return !GetCurrentApex().InSystem(); in IsSectionVndkEnabled()
74 bool InSystem() const;
251 if (!apex.InSystem()) { in ScanActiveApexes()262 bool ApexInfo::InSystem() const { in InSystem() function in android::linkerconfig::modules::ApexInfo