Searched refs:other_apex (Results 1 – 2 of 2) sorted by relevance
1393 Result<ApexFile> other_apex = ApexFile::Open(data.full_path); in ActivatePackageImpl() local1394 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()
3937 std::string other_apex = in TEST_F() local3945 ASSERT_THAT(ActivatePackage(other_apex), Ok()); in TEST_F()