Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1393 Result<ApexFile> other_apex = ApexFile::Open(data.full_path); in ActivatePackageImpl() local
1394 if (!other_apex.ok()) { in ActivatePackageImpl()
1397 if (static_cast<uint64_t>(other_apex->GetManifest().version()) == in ActivatePackageImpl()
1402 if (static_cast<uint64_t>(other_apex->GetManifest().version()) > in ActivatePackageImpl()
Dapexd_test.cpp3937 std::string other_apex = in TEST_F() local
3945 ASSERT_THAT(ActivatePackage(other_apex), Ok()); in TEST_F()