Home
last modified time | relevance | path

Searched refs:GetStrippedDexSrc1 (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc66 ASSERT_TRUE(OS::FileExists(GetStrippedDexSrc1().c_str())) in SetUp()
67 << "Expected stripped dex file to be at: " << GetStrippedDexSrc1(); in SetUp()
68 ASSERT_FALSE(DexFile::GetChecksum(GetStrippedDexSrc1().c_str(), &checksum, &error_msg)) in SetUp()
69 << "Expected stripped dex file to be stripped: " << GetStrippedDexSrc1(); in SetUp()
157 std::string GetStrippedDexSrc1() { in GetStrippedDexSrc1() function in art::OatFileAssistantTest
486 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F()
541 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F()
589 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F()