Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp2108 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in TEST_F() local
2109 ASSERT_TRUE(IsOk(active_pkgs)); in TEST_F()
2110 ASSERT_THAT(*active_pkgs, in TEST_F()
2154 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in TEST_F() local
2155 ASSERT_TRUE(IsOk(active_pkgs)); in TEST_F()
2156 ASSERT_THAT(*active_pkgs, in TEST_F()
2189 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in TEST_F() local
2190 ASSERT_TRUE(IsOk(active_pkgs)); in TEST_F()
2191 ASSERT_EQ(0u, active_pkgs->size()); in TEST_F()
2309 auto active_pkgs = ReadEntireDir(kActiveApexPackagesDataDir); in CheckActiveApexContents() local
[all …]
Dapexd.cpp1467 auto active_pkgs = GetActivePackages(); in GetFactoryPackages() local
1468 for (ApexFile& apex : active_pkgs) { in GetFactoryPackages()