Home
last modified time | relevance | path

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

/haiku/src/tests/kits/app/bapplication/
H A DAppQuitTester.cpp139 int32 errorIndex = buffer.FindFirst( in QuitTest4() local
141 CHK(errorIndex >= 0); in QuitTest4()
142 int32 errorEnd = buffer.FindFirst('\n', errorIndex); in QuitTest4()
144 buffer.Remove(errorIndex, errorEnd - errorIndex + 1); in QuitTest4()