Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1174 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local
1175 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()
1177 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()
1183 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local
1186 Copy(GetDexSrc1(), stripped_classpath); in TEST_F()
1188 ASSERT_TRUE(GenerateOdexForTest(stripped_classpath, in TEST_F()
1195 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()
1197 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()
1201 OatFileAssistant oat_file_assistant(stripped_classpath.c_str(), kRuntimeISA, false, false); in TEST_F()
1204 OatFileAssistant::LoadDexFiles(*oat_file, stripped_classpath.c_str()); in TEST_F()