Searched refs:GetTestDexFileName (Results 1 – 3 of 3) sorted by relevance
122 std::string GetTestDexFileName(const char* name);
152 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()
442 std::string CommonRuntimeTest::GetTestDexFileName(const char* name) { in GetTestDexFileName() function in art::CommonRuntimeTest458 std::string filename = GetTestDexFileName(name); in OpenTestDexFiles()