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

/art/runtime/
H A Ddex2oat_environment_test.h61 ASSERT_TRUE(OS::FileExists(GetStrippedDexSrc1().c_str()))
62 << "Expected stripped dex file to be at: " << GetStrippedDexSrc1();
63 ASSERT_FALSE(DexFile::GetChecksum(GetStrippedDexSrc1().c_str(), &checksum, &error_msg))
64 << "Expected stripped dex file to be stripped: " << GetStrippedDexSrc1();
149 std::string GetStrippedDexSrc1() const { function in class:art::Dex2oatEnvironmentTest

Completed in 3494 milliseconds