Lines Matching refs:odex_location

141   std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex";  in TEST_F()  local
150 "--oat-file=" + odex_location, in TEST_F()
170 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
185 args.push_back("--oat-file=" + odex_location); in TEST_F()
197 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
212 args.push_back("--oat-file=" + odex_location); in TEST_F()
270 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
272 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
299 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
301 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
333 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
336 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
400 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_F() local
405 odex_location.c_str(), in TEST_F()
409 android::base::unique_fd odex_fd(open(odex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()
439 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_F() local
444 odex_location.c_str(), in TEST_F()
473 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex"; in TEST_F() local
477 odex_location.c_str(), in TEST_F()
481 android::base::unique_fd odex_fd(open(odex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()
525 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; in TEST_F() local
531 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
532 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F()
554 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_F() local
559 ScratchFile odex_file(odex_location.c_str()); in TEST_F()
726 std::string odex_location = GetOdexDir() + "/VdexDexOutOfDate.oat"; in TEST_F() local
729 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
730 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F()
743 std::string odex_location = GetOdexDir() + "/VdexMultiDexNonMainOutOfDate.odex"; in TEST_F() local
746 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
747 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F()
825 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
829 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
884 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local
888 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
915 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F() local
919 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F()
1201 std::string odex_location = GetOdexDir() + "/LoadDexOdexNoOat.odex"; in TEST_F() local
1205 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1222 std::string odex_location = GetOdexDir() + "/LoadMultiDexOdexNoOat.odex"; in TEST_F() local
1226 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1286 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
1301 args.push_back("--oat-file=" + odex_location); in TEST_F()
1461 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
1465 odex_location, in TEST_F()