• Home
  • Raw
  • Download

Lines Matching refs:dex_location

209   OatFileAssistant CreateOatFileAssistant(const char* dex_location,  in CreateOatFileAssistant()  argument
215 return OatFileAssistant(dex_location, in CreateOatFileAssistant()
243 explicit ScopedNonWritable(const std::string& dex_location) { in ScopedNonWritable() argument
245 size_t pos = dex_location.rfind('/'); in ScopedNonWritable()
248 dex_parent_ = dex_location.substr(0, pos); in ScopedNonWritable()
278 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_P() local
282 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
286 "--dex-file=" + dex_location, in TEST_P()
298 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
308 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
313 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
316 Copy(GetDexSrc1(), dex_location); in TEST_P()
326 args.push_back("--dex-file=" + dex_location); in TEST_P()
333 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), context.get()); in TEST_P()
343 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
346 Copy(GetDexSrc1(), dex_location); in TEST_P()
358 args.push_back("--dex-file=" + dex_location); in TEST_P()
366 CreateOatFileAssistant(dex_location.c_str(), relative_context.get()); in TEST_P()
379 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_P() local
380 Copy(GetDexSrc1(), dex_location); in TEST_P()
384 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
410 VerifyOptimizationStatus(dex_location, in TEST_P()
421 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_P() local
425 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
450 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
452 Copy(GetDexSrc1(), dex_location); in TEST_P()
453 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
458 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
484 VerifyOptimizationStatus(dex_location, in TEST_P()
495 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
497 Copy(GetDexSrc1(), dex_location); in TEST_P()
498 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
507 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
533 VerifyOptimizationStatus(dex_location, in TEST_P()
546 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
549 Copy(GetDexSrc1(), dex_location); in TEST_P()
550 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
555 dex_location = link + "/OdexUpToDate.jar"; in TEST_P()
559 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
595 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_P() local
596 Copy(GetDexSrc1(), dex_location); in TEST_P()
597 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
600 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
605 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
631 VerifyOptimizationStatus(dex_location, in TEST_P()
642 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_P() local
646 Copy(GetDexSrc1(), dex_location); in TEST_P()
647 GenerateOatForTest(dex_location, in TEST_P()
654 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
658 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
692 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_P() local
696 Copy(GetDexSrc1(), dex_location); in TEST_P()
697 GenerateOatForTest(dex_location, in TEST_P()
703 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
707 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
741 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_P() local
744 Copy(GetDexSrc1(), dex_location); in TEST_P()
745 GenerateOatForTest(dex_location, in TEST_P()
751 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
755 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
777 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_P() local
779 Copy(GetDexSrc1(), dex_location); in TEST_P()
781 android::base::unique_fd zip_fd(open(dex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
785 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
804 std::string dex_location = GetScratchDir() + "/VdexUpToDateNoOdex.jar"; in TEST_P() local
807 Copy(GetDexSrc1(), dex_location); in TEST_P()
811 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
816 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
835 VerifyOptimizationStatus(dex_location, in TEST_P()
845 std::string dex_location = GetScratchDir() + "/EmptyVdexOdex.jar"; in TEST_P() local
849 Copy(GetDexSrc1(), dex_location); in TEST_P()
855 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
873 std::string dex_location = GetScratchDir() + "/VdexUpToDateNoOat.jar"; in TEST_P() local
877 dex_location, kRuntimeISA, /* deny_art_apex_data_files= */false, &oat_location, &error_msg)) in TEST_P()
880 Copy(GetDexSrc1(), dex_location); in TEST_P()
881 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
884 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
889 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
909 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_P() local
910 Copy(GetDexSrc1(), dex_location); in TEST_P()
911 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_P()
913 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
918 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
978 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_P() local
979 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
980 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
982 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
987 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
1005 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1018 std::string dex_location = GetScratchDir() + "/MultiDexNonMainOutOfDate.jar"; in TEST_P() local
1021 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
1022 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
1026 Copy(GetMultiDexSrc2(), dex_location); in TEST_P()
1028 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
1033 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1052 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_P() local
1056 Copy(GetDexSrc1(), dex_location); in TEST_P()
1057 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
1058 Copy(GetDexSrc2(), dex_location); in TEST_P()
1060 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
1065 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1078 VerifyOptimizationStatus(dex_location, in TEST_P()
1089 std::string dex_location = GetScratchDir() + "/VdexDexOutOfDate.jar"; in TEST_P() local
1092 Copy(GetDexSrc1(), dex_location); in TEST_P()
1093 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1095 Copy(GetDexSrc2(), dex_location); in TEST_P()
1099 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1112 std::string dex_location = GetScratchDir() + "/VdexMultiDexNonMainOutOfDate.jar"; in TEST_P() local
1115 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
1116 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1118 Copy(GetMultiDexSrc2(), dex_location); in TEST_P()
1122 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1141 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_P() local
1143 Copy(GetDexSrc1(), dex_location); in TEST_P()
1144 GenerateOatForTest(dex_location.c_str(), in TEST_P()
1148 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
1153 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1172 VerifyOptimizationStatus(dex_location, in TEST_P()
1181 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
1185 Copy(GetDexSrc1(), dex_location); in TEST_P()
1190 args.push_back("--dex-file=" + dex_location); in TEST_P()
1205 VerifyOptimizationStatus(dex_location, in TEST_P()
1216 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_P() local
1220 Copy(GetDexSrc1(), dex_location); in TEST_P()
1221 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1226 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1248 std::string dex_location = GetScratchDir() + "/ResourceOnlyDex.jar"; in TEST_P() local
1250 Copy(GetResourceOnlySrc1(), dex_location); in TEST_P()
1255 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1297 std::string dex_location = GetScratchDir() + "/OdexOatOverlap.jar"; in TEST_P() local
1301 Copy(GetDexSrc1(), dex_location); in TEST_P()
1302 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1303 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
1308 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
1331 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1344 std::string dex_location = GetScratchDir() + "/LoadOatUpToDate.jar"; in TEST_P() local
1346 Copy(GetDexSrc1(), dex_location); in TEST_P()
1347 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
1349 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
1355 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
1365 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1378 std::string dex_location = GetScratchDir() + "/LoadExecInterpretOnlyOatUpToDate.jar"; in TEST_P() local
1380 Copy(GetDexSrc1(), dex_location); in TEST_P()
1381 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kVerify); in TEST_P()
1383 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
1389 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
1399 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1412 std::string dex_location = GetScratchDir() + "/LoadNoExecOatUpToDate.jar"; in TEST_P() local
1414 Copy(GetDexSrc1(), dex_location); in TEST_P()
1416 ScopedNonWritable scoped_non_writable(dex_location); in TEST_P()
1419 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_P()
1424 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
1434 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1482 std::string dex_location = MakePathRelative(abs_dex_location); in TEST_P() local
1483 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1499 std::string dex_location = "/xx"; in TEST_P() local
1503 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1521 std::string dex_location = GetScratchDir() + "/LongDexExtension.jarx"; in TEST_P() local
1522 Copy(GetDexSrc1(), dex_location); in TEST_P()
1526 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1544 const std::string& dex_location, in RaceGenerateTask() argument
1548 dex_location_(dex_location), in RaceGenerateTask()
1597 std::string dex_location = GetScratchDir() + "/RaceToGenerate.jar"; in TEST_F() local
1606 Copy(GetLibCoreDexFileNames()[0], dex_location); in TEST_F()
1616 new RaceGenerateTask(*this, dex_location, oat_location, &lock)); in TEST_F()
1637 std::string dex_location = GetScratchDir() + "/LoadDexOdexNoOat.jar"; in TEST_P() local
1641 Copy(GetDexSrc1(), dex_location); in TEST_P()
1642 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1647 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
1657 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1664 std::string dex_location = GetScratchDir() + "/LoadMultiDexOdexNoOat.jar"; in TEST_P() local
1668 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
1669 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1674 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str(), in TEST_P()
1684 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1737 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
1741 Copy(GetDexSrc1(), dex_location); in TEST_P()
1752 args.push_back("--dex-file=" + dex_location); in TEST_P()
1769 CreateOatFileAssistant(dex_location.c_str(), updated_context.get()); in TEST_P()
1789 CreateOatFileAssistant(dex_location.c_str(), updated_context.get()); in TEST_P()
1805 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
1807 Copy(GetDexSrc1(), dex_location); in TEST_P()
1808 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeedProfile); in TEST_P()
1812 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1850 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
1851 Copy(GetDexSrc1(), dex_location); in TEST_P()
1855 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1894 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
1896 Copy(GetDexSrc1(), dex_location); in TEST_P()
1897 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeedProfile); in TEST_P()
1901 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1925 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
1927 Copy(GetDexSrc1(), dex_location); in TEST_P()
1928 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeedProfile); in TEST_P()
1932 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
1969 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
1970 Copy(GetDexSrc1(), dex_location); in TEST_P()
1974 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2009 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
2013 Copy(GetMultiDexUncompressedAlignedSrc1(), dex_location); in TEST_P()
2017 dex_location, odex_location, CompilerFilter::kVerify, "install", {"--copy-dex-files=false"}); in TEST_P()
2027 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2061 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
2065 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
2069 dex_location, odex_location, CompilerFilter::kVerify, "install", {"--copy-dex-files=false"}); in TEST_P()
2079 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2112 std::string dex_location = GetScratchDir() + "/OdexNoDex.jar"; in TEST_P() local
2115 Copy(GetDexSrc1(), dex_location); in TEST_P()
2116 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
2117 ASSERT_EQ(0, unlink(dex_location.c_str())); in TEST_P()
2121 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2140 std::string dex_location = GetScratchDir() + "/VdexNoDex.jar"; in TEST_P() local
2143 Copy(GetDexSrc1(), dex_location); in TEST_P()
2144 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
2146 ASSERT_EQ(0, unlink(dex_location.c_str())); in TEST_P()
2150 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2169 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
2172 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
2175 GenerateOdexForTest(dex_location, in TEST_P()
2186 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2220 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
2223 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
2226 GenerateOdexForTest(dex_location, in TEST_P()
2234 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2268 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
2271 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
2274 GenerateOdexForTest(dex_location, in TEST_P()
2282 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2315 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local
2323 Copy(GetDexSrc1(), dex_location); in TEST_F()
2330 dex_location.c_str(), in TEST_F()
2341 args.push_back("--dex-file=" + dex_location); in TEST_F()
2349 dex_location.c_str(), in TEST_F()
2364 std::string dex_location = GetAndroidRoot() + "/framework/" + filebase + ".jar"; in TEST_F() local
2365 Copy(GetDexSrc1(), dex_location); in TEST_F()
2389 dex_location.c_str(), in TEST_F()
2395 EXPECT_EQ(oat_file, nullptr) << dex_location; in TEST_F()
2410 args.push_back("--dex-file=" + dex_location); in TEST_F()
2418 dex_location.c_str(), in TEST_F()
2443 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local
2446 Copy(GetDexSrc1(), dex_location); in TEST_F()
2447 GenerateOdexForTest(dex_location, in TEST_F()
2465 dex_location.c_str(), in TEST_F()
2477 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local
2479 Copy(GetDexSrc1(), dex_location); in TEST_P()
2485 args.push_back("--dex-file=" + dex_location); in TEST_P()
2492 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2500 args.push_back("--dex-file=" + dex_location); in TEST_P()
2507 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2515 args.push_back("--dex-file=" + dex_location); in TEST_P()
2522 OatFileAssistant oat_file_assistant = CreateOatFileAssistant(dex_location.c_str()); in TEST_P()
2528 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
2530 Copy(GetDexSrc1(), dex_location); in TEST_P()
2531 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2538 OatFileAssistant::Create(dex_location, in TEST_P()
2554 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
2556 Copy(GetDexSrc1(), dex_location); in TEST_P()
2557 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2564 OatFileAssistant::Create(dex_location, in TEST_P()
2581 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
2583 Copy(GetDexSrc1(), dex_location); in TEST_P()
2584 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2590 EXPECT_EQ(OatFileAssistant::Create(dex_location, in TEST_P()
2603 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
2605 Copy(GetDexSrc1(), dex_location); in TEST_P()
2606 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2612 EXPECT_EQ(OatFileAssistant::Create(dex_location, in TEST_P()
2625 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local
2627 Copy(GetDexSrc1(), dex_location); in TEST_P()
2628 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2639 EXPECT_EQ(OatFileAssistant::Create(dex_location, in TEST_P()
2649 "Failed to load class loader context files for '" + dex_location + in TEST_P()