Home
last modified time | relevance | path

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

/packages/services/Car/car-bugreportd/
Dmain.cpp59 constexpr const char* kOkPrefix = "OK:"; variable
108 if (line.find(kOkPrefix) != 0) { in processLine()
111 *out_zip_path = line.substr(strlen(kOkPrefix)); in processLine()