Home
last modified time | relevance | path

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

/art/libartbase/base/
Dcommon_art_test.cc147 CHECK(IsHost()); in GetAndroidBuildTop()
195 CHECK(IsHost()); in GetAndroidHostOut()
230 if (IsHost()) { in SetUpAndroidRootEnvVars()
280 if (IsHost()) { in SetUpAndroidDataDir()
372 std::string filename(IsHost() ? GetAndroidBuildTop() + location : location); in LoadExpectSingleDexFile()
459 result.push_back(GetDexFileName(module, IsHost())); in GetLibCoreDexFileNames()
472 if (IsHost()) { in GetLibCoreDexLocations()
562 if (IsHost()) { in GetImageDirectory()
Dcommon_art_test.h216 static bool IsHost() { in IsHost() function
/art/dex2oat/
Ddex2oat.cc2325 bool IsHost() const { in IsHost() function in art::Dex2Oat
3066 if (dex2oat.IsHost()) { in DoCompilation()
3139 dex2oat->IsHost() || in Dex2oat()