Searched refs:stripped_classpath (Results 1 – 1 of 1) sorted by relevance
1136 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local1137 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()1139 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()1145 std::string stripped_classpath = GetScratchDir() + "/stripped_classpath.jar"; in TEST_F() local1148 Copy(GetDexSrc1(), stripped_classpath); in TEST_F()1150 ASSERT_TRUE(GenerateOdexForTest(stripped_classpath, in TEST_F()1157 Copy(GetStrippedDexSrc1(), stripped_classpath); in TEST_F()1159 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F()1163 OatFileAssistant oat_file_assistant(stripped_classpath.c_str(), kRuntimeISA, false, false); in TEST_F()1166 OatFileAssistant::LoadDexFiles(*oat_file, stripped_classpath.c_str()); in TEST_F()