Home | History | Annotate | Download | only in find_java

Lines Matching refs:last

178         const char *last = NULL;

181 if (*s == sep && s != mStr && (last == NULL || s > last+1)) {
183 last = s;
188 last = NULL;
192 if (s != mStr && (last == NULL || s > last+1)) {
193 const char *start = last ? last : mStr;
196 last = s+1;
204 // If message is non-null, it is prepended to the last error string.