Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1074 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local
1075 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()
1077 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()
1083 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local
1086 Copy(GetDexSrc1(), stripped_classpath); in TEST_F()
1088 GenerateOdexForTest(stripped_classpath, in TEST_F()
1095 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()
1097 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()
1101 OatFileAssistant oat_file_assistant(stripped_classpath.c_str(), kRuntimeISA, false); in TEST_F()
1104 OatFileAssistant::LoadDexFiles(*oat_file, stripped_classpath.c_str()); in TEST_F()