Searched refs:locStart (Results 1 – 1 of 1) sorted by relevance
116 int locStart = output.indexOf(LOCATION_KEY, fileStart + FILE_KEY.length()); in createFromOutput() local117 if (locStart < 0) { in createFromOutput()120 file = output.substring(fileStart + FILE_KEY.length(), locStart); in createFromOutput()123 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length()); in createFromOutput()127 output.substring(locStart + LOCATION_KEY.length())); in createFromOutput()130 output.substring(locStart + LOCATION_KEY.length(), nextLoc)); in createFromOutput()135 locStart = nextLoc; in createFromOutput()