Searched refs:BUGZ_PROGRESS_PREFIX (Results 1 – 1 of 1) sorted by relevance
33 static constexpr char BUGZ_PROGRESS_PREFIX[] = "PROGRESS:"; variable143 } else if (show_progress_ && android::base::StartsWith(line, BUGZ_PROGRESS_PREFIX)) { in ProcessLine()148 size_t idx1 = line.rfind(BUGZ_PROGRESS_PREFIX) + strlen(BUGZ_PROGRESS_PREFIX); in ProcessLine()