Searched refs:newArgCount (Results 1 – 1 of 1) sorted by relevance
441 final int newArgCount = args.length; in prependArgs() local443 final String[] newArgs = new String[oldArgCount + newArgCount]; in prependArgs()444 System.arraycopy(args, 0, newArgs, 0, newArgCount); in prependArgs()446 System.arraycopy(oldArgList, 0, newArgs, newArgCount, oldArgCount); in prependArgs()