Home
last modified time | relevance | path

Searched refs:InProduct (Results 1 – 3 of 3) sorted by relevance

/system/linkerconfig/contents/section/
Dapexdefault.cc95 } else if (apex_info.InProduct()) { in BuildApexDefaultSection()
131 if (apex_info.InProduct()) { in BuildApexDefaultSection()
/system/linkerconfig/modules/include/linkerconfig/
Dapex.h75 bool InProduct() const;
/system/linkerconfig/modules/
Dapex.cc286 bool ApexInfo::InProduct() const { in InProduct() function in android::linkerconfig::modules::ApexInfo