Home
last modified time | relevance | path

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

/art/libartbase/base/
Dtesting.h30 inline bool IsHost() { return !art::kIsTargetBuild; } in IsHost() function
Dcommon_art_test.h241 static bool IsHost() { return art::testing::IsHost(); } in IsHost() function
/art/dex2oat/
Ddex2oat.cc2347 bool IsHost() const { in IsHost() function in art::Dex2Oat