Searched refs:GetStrippedDexSrc1 (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | dex2oat_environment_test.h | 76 ASSERT_TRUE(OS::FileExists(GetStrippedDexSrc1().c_str())) in SetUp() 77 << "Expected stripped dex file to be at: " << GetStrippedDexSrc1(); in SetUp() 79 dex_file_loader.GetMultiDexChecksums(GetStrippedDexSrc1().c_str(), &checksums, &error_msg)) in SetUp() 80 << "Expected stripped dex file to be stripped: " << GetStrippedDexSrc1(); in SetUp() 146 std::string GetStrippedDexSrc1() const { in GetStrippedDexSrc1() function
|
D | oat_file_assistant_test.cc | 706 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F() 890 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F() 926 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F() 957 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 240 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F() 259 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F() 271 Copy(GetStrippedDexSrc1(), dex_location); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1175 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F() 1195 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()
|