Searched refs:kOkPrefix (Results 1 – 1 of 1) sorted by relevance
59 constexpr const char* kOkPrefix = "OK:"; variable108 if (line.find(kOkPrefix) != 0) { in processLine()111 *out_zip_path = line.substr(strlen(kOkPrefix)); in processLine()