Home
last modified time | relevance | path

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

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