Home
last modified time | relevance | path

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

/packages/services/Car/cpp/bugreport/
Dmain.cpp59 constexpr const char* kOkPrefix = "OK:"; variable
109 if (line.find(kOkPrefix) != 0) { in processLine()
112 *out_zip_path = line.substr(strlen(kOkPrefix)); in processLine()