Searched refs:other_apex (Results 1 – 2 of 2) sorted by relevance
1266 Result<ApexFile> other_apex = ApexFile::Open(data.full_path); in ActivatePackageImpl() local1267 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()
3330 std::string other_apex = in TEST_F() local3338 ASSERT_TRUE(IsOk(ActivatePackage(other_apex))); in TEST_F()