Searched refs:IsHost (Results 1 – 4 of 4) sorted by relevance
145 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()
253 static bool IsHost() { in IsHost() function
510 if (IsHost()) { in GetImageDirectory()
2531 bool IsHost() const { in IsHost() function in art::Dex2Oat3168 if (dex2oat.IsHost()) { in CompileImage()3205 if (dex2oat.IsHost()) { in CompileApp()3268 dex2oat->IsHost() || in Dex2oat()