Searched refs:GenerateOdexForTestWithStatus (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/dex2oat/ |
H A D | dex2oat_test.cc | 80 Result<int> GenerateOdexForTestWithStatus(const std::vector<std::string>& dex_locations, in GenerateOdexForTestWithStatus() function in art::Dex2oatTest 165 GenerateOdexForTestWithStatus(dex_locations, odex_location, filter, extra_args, use_fd); in GenerateOdexForTest() 1210 ASSERT_THAT(GenerateOdexForTestWithStatus(GetLibCoreDexFileNames(), in TEST_F() 1225 ASSERT_THAT(GenerateOdexForTestWithStatus( in TEST_F() 1256 EXPECT_THAT(GenerateOdexForTestWithStatus({dex->GetLocation()}, in TEST_F() 1262 EXPECT_THAT(GenerateOdexForTestWithStatus({dex->GetLocation()}, in TEST_F() 1330 EXPECT_THAT(GenerateOdexForTestWithStatus({GetTestDexFileName("MainEmptyUncompressed")}, in TEST_F() 1342 EXPECT_THAT(GenerateOdexForTestWithStatus({GetTestDexFileName("MainEmptyUncompressedAligned")}, in TEST_F() 1529 EXPECT_THAT(GenerateOdexForTestWithStatus( in TEST_F() 1577 EXPECT_THAT(GenerateOdexForTestWithStatus({invalid_dex_zip.GetFilename()}, in TEST_F() [all …]
|