Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h73 std::vector<ApexFile> getFactoryPackages();
Dapexd.cpp1105 for (const auto& apex : getFactoryPackages()) { in emitApexInfoList()
1151 std::vector<ApexFile> getFactoryPackages() { in getFactoryPackages() function
Dapexservice.cpp392 const auto& factory = ::android::apex::getFactoryPackages(); in getAllPackages()