Home
last modified time | relevance | path

Searched refs:GetTestDexFileName (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dcommon_runtime_test.h122 std::string GetTestDexFileName(const char* name);
Doat_file_assistant_test.cc152 return GetTestDexFileName("Main"); in GetDexSrc1()
158 return GetTestDexFileName("MainStripped"); in GetStrippedDexSrc1()
162 return GetTestDexFileName("MultiDex"); in GetMultiDexSrc1()
168 return GetTestDexFileName("MultiDexModifiedSecondary"); in GetMultiDexSrc2()
172 return GetTestDexFileName("Nested"); in GetDexSrc2()
Dcommon_runtime_test.cc442 std::string CommonRuntimeTest::GetTestDexFileName(const char* name) { in GetTestDexFileName() function in art::CommonRuntimeTest
458 std::string filename = GetTestDexFileName(name); in OpenTestDexFiles()