Searched refs:buildHost (Results 1 – 2 of 2) sorted by relevance
323 const char *buildHost = GetBuildHost(); in GetBuildHost() local324 if (buildHost == nullptr) { in GetBuildHost()325 buildHost = ""; in GetBuildHost()328 NAPI_CALL(env, napi_create_string_utf8(env, buildHost, strlen(buildHost), &napiValue)); in GetBuildHost()
213 static const char *buildHost = NULL; in GetBuildHost() local214 return GetProperty("const.product.build.host", &buildHost); in GetBuildHost()