Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_test.cc98 EXPECT_TRUE(OatFile::GetDexLocationsFromDependencies(encoding1.c_str(), &split1)); in TEST_F()
109 EXPECT_TRUE(OatFile::GetDexLocationsFromDependencies(encoding2.c_str(), &split2)); in TEST_F()
Doat_file.h264 static bool GetDexLocationsFromDependencies(const char* dex_dependencies,
Doat_file.cc1390 bool OatFile::GetDexLocationsFromDependencies(const char* dex_dependencies, in GetDexLocationsFromDependencies() function in art::OatFile