Searched refs:oldArgCount (Results 1 – 1 of 1) sorted by relevance
440 final int oldArgCount = (oldArgList == null ? 0 : oldArgList.length); in prependArgs() local443 final String[] newArgs = new String[oldArgCount + newArgCount]; in prependArgs()445 if (oldArgCount > 0) { in prependArgs()446 System.arraycopy(oldArgList, 0, newArgs, newArgCount, oldArgCount); in prependArgs()