Searched refs:errorIndex (Results 1 – 1 of 1) sorted by relevance
139 int32 errorIndex = buffer.FindFirst( in QuitTest4() local141 CHK(errorIndex >= 0); in QuitTest4()142 int32 errorEnd = buffer.FindFirst('\n', errorIndex); in QuitTest4()144 buffer.Remove(errorIndex, errorEnd - errorIndex + 1); in QuitTest4()