Home
last modified time | relevance | path

Searched defs:GetTestDexFileName (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc267 virtual std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatSwapTest
356 std::string GetTestDexFileName() override { in GetTestDexFileName() function in art::Dex2oatSwapUseTest
1014 std::string GetTestDexFileName() { return GetDexSrc1(); } in GetTestDexFileName() function in art::Dex2oatWatchdogTest
1968 std::string GetTestDexFileName() { return GetDexSrc1(); } in GetTestDexFileName() function in art::Dex2oatISAFeaturesRuntimeDetectionTest
/aosp_15_r20/art/libartbase/base/
H A Dcommon_art_test.cc512 std::string CommonArtTestImpl::GetTestDexFileName(const char* name) const { in GetTestDexFileName() function in art::CommonArtTestImpl