Home
last modified time | relevance | path

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

/art/libartbase/base/
Dcommon_art_test.cc145 CHECK(IsHost()); in GetAndroidBuildTop()
187 CHECK(IsHost()); in GetAndroidHostOut()
218 if (IsHost()) { in SetUpAndroidRootEnvVars()
269 if (IsHost()) { in SetUpAndroidDataDir()
351 std::string filename(IsHost() ? GetAndroidBuildTop() + location : location); in LoadExpectSingleDexFile()
438 result.push_back(GetDexFileName(module, IsHost())); in GetLibCoreDexFileNames()
451 if (IsHost()) { in GetLibCoreDexLocations()
541 std::string prefix(IsHost() ? GetAndroidRoot() : ""); in GetCoreFileLocation()
Dcommon_art_test.h253 static bool IsHost() { in IsHost() function
/art/runtime/
Dcommon_runtime_test.cc510 if (IsHost()) { in GetImageDirectory()
/art/dex2oat/
Ddex2oat.cc2531 bool IsHost() const { in IsHost() function in art::Dex2Oat
3168 if (dex2oat.IsHost()) { in CompileImage()
3205 if (dex2oat.IsHost()) { in CompileApp()
3268 dex2oat->IsHost() || in Dex2oat()