Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat_test.cc249 virtual std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatSwapTest
338 std::string GetTestDexFileName() override { in GetTestDexFileName() function in art::Dex2oatSwapUseTest
877 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatWatchdogTest
920 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatReturnCodeTest
2230 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatISAFeaturesRuntimeDetectionTest
/aosp12/art/libartbase/base/
H A Dcommon_art_test.cc506 std::string CommonArtTestImpl::GetTestDexFileName(const char* name) const { in GetTestDexFileName() function in art::CommonArtTestImpl