Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1168 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local
1169 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()
1171 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()
1177 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local
1180 Copy(GetDexSrc1(), stripped_classpath); in TEST_F()
1182 ASSERT_TRUE(GenerateOdexForTest(stripped_classpath, in TEST_F()
1189 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()
1191 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()
1195 OatFileAssistant oat_file_assistant(stripped_classpath.c_str(), kRuntimeISA, false, false); in TEST_F()
1198 OatFileAssistant::LoadDexFiles(*oat_file, stripped_classpath.c_str()); in TEST_F()