Home
last modified time | relevance | path

Searched refs:active_pkgs (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexservice_test.cpp1144 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in TEST_F() local
1145 ASSERT_RESULT_OK(active_pkgs); in TEST_F()
1146 ASSERT_THAT(*active_pkgs, in TEST_F()
1190 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in TEST_F() local
1191 ASSERT_RESULT_OK(active_pkgs); in TEST_F()
1192 ASSERT_THAT(*active_pkgs, in TEST_F()
1225 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in TEST_F() local
1226 ASSERT_RESULT_OK(active_pkgs); in TEST_F()
1227 ASSERT_EQ(0u, active_pkgs->size()); in TEST_F()
1290 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in CheckActiveApexContents() local
[all …]
Dapexd.cpp1633 auto active_pkgs = GetActivePackages(); in GetFactoryPackages() local
1634 for (ApexFile& apex : active_pkgs) { in GetFactoryPackages()