Searched refs:GetDexLocationsFromDependencies (Results 1 – 3 of 3) sorted by relevance
98 EXPECT_TRUE(OatFile::GetDexLocationsFromDependencies(encoding1.c_str(), &split1)); in TEST_F()109 EXPECT_TRUE(OatFile::GetDexLocationsFromDependencies(encoding2.c_str(), &split2)); in TEST_F()
264 static bool GetDexLocationsFromDependencies(const char* dex_dependencies,
1390 bool OatFile::GetDexLocationsFromDependencies(const char* dex_dependencies, in GetDexLocationsFromDependencies() function in art::OatFile