Home
last modified time | relevance | path

Searched refs:InSystem (Results 1 – 5 of 5) sorted by relevance

/system/linkerconfig/contents/namespace/
Dapexdefault.cc37 if (!apex_info.InSystem()) { in BuildApexDefaultNamespace()
Dvndk.cc32 is_system_or_unrestricted_section = ctx.GetCurrentApex().InSystem(); in BuildVndkNamespace()
/system/linkerconfig/modules/
Dapex.cc206 if (!apex.InSystem()) { in ScanActiveApexes()
222 bool ApexInfo::InSystem() const { in InSystem() function in android::linkerconfig::modules::ApexInfo
/system/linkerconfig/modules/include/linkerconfig/
Dapex.h65 bool InSystem() const;
/system/linkerconfig/contents/context/
Dcontext.cc128 return !GetCurrentApex().InSystem(); in IsSectionVndkEnabled()