Searched refs:fileCount (Results 1 – 1 of 1) sorted by relevance
230 int fileCount = args.length - idx; in parseArgs() local231 if (fileCount == 0) { in parseArgs()235 mInputFileNames = new String[fileCount]; in parseArgs()236 System.arraycopy(args, idx, mInputFileNames, 0, fileCount); in parseArgs()