Home
last modified time | relevance | path

Searched refs:trimmed (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp136 auto trimmed = android::base::Trim(std::string_view(buf, chars_read)); in main() local
141 if (android::base::StartsWith(trimmed, "[INFO")) { in main()
142 LOG(DEBUG) << trimmed; in main()
143 } else if (android::base::StartsWith(trimmed, "[ERROR")) { in main()
144 LOG(ERROR) << trimmed; in main()
145 } else if (android::base::StartsWith(trimmed, "[WARNING")) { in main()
146 LOG(WARNING) << trimmed; in main()
147 } else if (android::base::StartsWith(trimmed, "[VERBOSE")) { in main()
148 LOG(VERBOSE) << trimmed; in main()
151 if (std::regex_search(trimmed, match_result, kCrosvmLogPattern)) { in main()
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md62 trimmed but its functionality has not been changed.