Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h57 std::string GetArtRoot();
Dfile_utils.cc249 std::string GetArtRoot() { in GetArtRoot() function
266 std::string android_art_root = kIsTargetBuild ? GetArtRoot() : GetAndroidRoot(); in GetArtBinDir()
/art/odrefresh/
Dodrefresh.cc971 return GetArtRoot() + "/javalib/boot.art"; in GetBootImage()