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.cc35 is_system_or_unrestricted_section = ctx.GetCurrentApex().InSystem(); in BuildVndkNamespace()
/system/linkerconfig/contents/context/
Dcontext.cc128 return !GetCurrentApex().InSystem(); in IsSectionVndkEnabled()
/system/linkerconfig/modules/include/linkerconfig/
Dapex.h74 bool InSystem() const;
/system/linkerconfig/modules/
Dapex.cc251 if (!apex.InSystem()) { in ScanActiveApexes()
262 bool ApexInfo::InSystem() const { in InSystem() function in android::linkerconfig::modules::ApexInfo