Searched refs:strippedCount (Results 1 – 1 of 1) sorted by relevance
150 int strippedCount = 0; in dump() local160 strippedArgs[strippedCount++] = args[argIndex]; in dump()164 if (strippedCount < args.length) { in dump()165 strippedArgs = Arrays.copyOf(strippedArgs, strippedCount); in dump()