Lines Matching refs:odex_location

159   std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex";  in TEST_F()  local
168 "--oat-file=" + odex_location, in TEST_F()
191 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
206 args.push_back("--oat-file=" + odex_location); in TEST_F()
219 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
239 args.push_back("--oat-file=" + odex_location); in TEST_F()
303 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
305 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
340 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
342 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
382 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
385 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
460 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_F() local
465 odex_location.c_str(), in TEST_F()
469 android::base::unique_fd odex_fd(open(odex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()
500 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_F() local
505 odex_location.c_str(), in TEST_F()
537 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_F() local
541 odex_location.c_str(), in TEST_F()
545 android::base::unique_fd odex_fd(open(odex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()
591 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; in TEST_F() local
597 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
598 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F()
625 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_F() local
630 ScratchFile odex_file(odex_location.c_str()); in TEST_F()
817 std::string odex_location = GetOdexDir() + "/VdexDexOutOfDate.oat"; in TEST_F() local
820 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
821 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F()
837 std::string odex_location = GetOdexDir() + "/VdexMultiDexNonMainOutOfDate.odex"; in TEST_F() local
840 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
841 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F()
935 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
939 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1000 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local
1004 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1034 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F() local
1038 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F()
1341 std::string odex_location = GetOdexDir() + "/LoadDexOdexNoOat.odex"; in TEST_F() local
1345 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1365 std::string odex_location = GetOdexDir() + "/LoadMultiDexOdexNoOat.odex"; in TEST_F() local
1369 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1432 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
1447 args.push_back("--oat-file=" + odex_location); in TEST_F()
1625 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
1629 odex_location, in TEST_F()
1659 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
1667 args.push_back("--oat-file=" + odex_location); in TEST_F()
1681 args.push_back("--oat-file=" + odex_location); in TEST_F()
1695 args.push_back("--oat-file=" + odex_location); in TEST_F()