Searched refs:stripped_classpath (Results 1 – 1 of 1) sorted by relevance
1168 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local1169 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() local1180 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()