Searched refs:GetOdex (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_vdex_test.cc | 123 std::string GetOdex(const std::unique_ptr<const DexFile>& dex_file, in GetOdex() function in art::Dex2oatVdexTest 150 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), GetOdex(dex_file), &api_dex_location)); in TEST_F() 178 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), GetOdex(dex_file), nullptr, false, extra_args)); in TEST_F() 204 GetOdex(dex_file), in TEST_F() 217 GetOdex(dex_file, "v2"), in TEST_F() 240 GetOdex(dex_file), in TEST_F() 255 GetOdex(dex_file), in TEST_F() 269 GetOdex(dex_file2, "v2"), in TEST_F()
|