Searched refs:locStart (Results 1 – 1 of 1) sorted by relevance
111 int locStart = output.indexOf(LOCATION_KEY, fileStart + FILE_KEY.length()); in createFromOutput() local112 if (locStart < 0) { in createFromOutput()115 file = output.substring(fileStart + FILE_KEY.length(), locStart); in createFromOutput()118 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length()); in createFromOutput()122 output.substring(locStart + LOCATION_KEY.length())); in createFromOutput()125 output.substring(locStart + LOCATION_KEY.length(), nextLoc)); in createFromOutput()130 locStart = nextLoc; in createFromOutput()