Searched refs:other_apex (Results 1 – 2 of 2) sorted by relevance
1390 Result<ApexFile> other_apex = ApexFile::Open(data.full_path); in ActivatePackageImpl() local1391 if (!other_apex.ok()) { in ActivatePackageImpl()1394 if (static_cast<uint64_t>(other_apex->GetManifest().version()) == in ActivatePackageImpl()
3926 std::string other_apex = in TEST_F() local3934 ASSERT_THAT(ActivatePackage(other_apex), Ok()); in TEST_F()