Lines Matching refs:odex_location
221 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
224 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
234 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; in TEST_F() local
237 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
248 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; in TEST_F() local
256 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
281 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local
285 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
289 Copy(odex_location, oat_location); in TEST_F()
297 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F() local
300 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F()