Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1266 Result<ApexFile> other_apex = ApexFile::Open(data.full_path); in ActivatePackageImpl() local
1267 if (!other_apex.ok()) { in ActivatePackageImpl()
1270 if (static_cast<uint64_t>(other_apex->GetManifest().version()) == in ActivatePackageImpl()
1275 if (static_cast<uint64_t>(other_apex->GetManifest().version()) > in ActivatePackageImpl()
Dapexd_test.cpp3330 std::string other_apex = in TEST_F() local
3338 ASSERT_TRUE(IsOk(ActivatePackage(other_apex))); in TEST_F()