Searched defs:GetMultiDexSrc2 (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex2oat_environment_test.h68 // GetMultiDexSrc2 should have the same primary dex checksum as
76 ASSERT_TRUE(DexFile::Open(GetMultiDexSrc2().c_str(),
77 GetMultiDexSrc2().c_str(), &error_msg, &multi2)) << error_msg;
157 // Returns the path to a multidex file equivalent to GetMultiDexSrc2, but
159 std::string GetMultiDexSrc2() const { function in class:art::Dex2oatEnvironmentTest

Completed in 128 milliseconds