Searched refs:html_env (Results 1 – 1 of 1) sorted by relevance
202 const char* html_env = getenv("RUY_TRACE_HTML"); in GetOutputFormat() local203 if (html_env && strtol(html_env, nullptr, 10) != 0) { in GetOutputFormat()