Lines Matching refs:odex_location

107     std::string odex_location;  // ignored  in VerifyOptimizationStatusWithInstance()  local
114 &odex_location, &compilation_filter, &compilation_reason, &odex_status, &location); in VerifyOptimizationStatusWithInstance()
279 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_P() local
288 "--oat-file=" + odex_location, in TEST_P()
314 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
327 args.push_back("--oat-file=" + odex_location); in TEST_P()
344 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
359 args.push_back("--oat-file=" + odex_location); in TEST_P()
451 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
453 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
496 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
498 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
547 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
550 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
643 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_P() local
648 odex_location, in TEST_P()
652 android::base::unique_fd odex_fd(open(odex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
693 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_P() local
698 odex_location, in TEST_P()
742 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_P() local
746 odex_location, in TEST_P()
750 android::base::unique_fd odex_fd(open(odex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
805 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; in TEST_P() local
811 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
812 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P()
846 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_P() local
851 ScratchFile odex_file(odex_location); in TEST_P()
1090 std::string odex_location = GetOdexDir() + "/VdexDexOutOfDate.oat"; in TEST_P() local
1093 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1094 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P()
1113 std::string odex_location = GetOdexDir() + "/VdexMultiDexNonMainOutOfDate.odex"; in TEST_P() local
1116 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1117 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P()
1182 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
1191 args.push_back("--oat-file=" + odex_location); in TEST_P()
1217 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_P() local
1221 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1298 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_P() local
1302 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1638 std::string odex_location = GetOdexDir() + "/LoadDexOdexNoOat.odex"; in TEST_P() local
1642 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1665 std::string odex_location = GetOdexDir() + "/LoadMultiDexOdexNoOat.odex"; in TEST_P() local
1669 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
1738 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
1753 args.push_back("--oat-file=" + odex_location); in TEST_P()
1806 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
1808 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeedProfile); in TEST_P()
1895 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
1897 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeedProfile); in TEST_P()
1926 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
1928 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeedProfile); in TEST_P()
2011 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
2017 dex_location, odex_location, CompilerFilter::kVerify, "install", {"--copy-dex-files=false"}); in TEST_P()
2022 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P()
2063 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
2069 dex_location, odex_location, CompilerFilter::kVerify, "install", {"--copy-dex-files=false"}); in TEST_P()
2074 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P()
2113 std::string odex_location = GetOdexDir() + "/OdexNoDex.oat"; in TEST_P() local
2116 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
2141 std::string odex_location = GetOdexDir() + "/VdexNoDex.oat"; in TEST_P() local
2144 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_P()
2145 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P()
2170 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
2176 odex_location, in TEST_P()
2182 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P()
2221 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
2227 odex_location, in TEST_P()
2269 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
2275 odex_location, in TEST_P()
2444 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
2448 odex_location, in TEST_F()
2478 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
2486 args.push_back("--oat-file=" + odex_location); in TEST_P()
2501 args.push_back("--oat-file=" + odex_location); in TEST_P()
2516 args.push_back("--oat-file=" + odex_location); in TEST_P()
2529 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
2531 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2555 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
2557 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2582 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
2584 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2604 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
2606 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
2626 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
2628 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()