Searched refs:fileCount (Results 1 – 2 of 2) sorted by relevance
322 int classCount, methodCount, fileCount; /* debug stats */ in populateStringTables() local324 classCount = methodCount = fileCount = 0; in populateStringTables()343 fileCount++; in populateStringTables()352 dvmPointerSetGetCount(fileNames), fileCount); in populateStringTables()
868 int fileCount = args.length - at; in parse() local869 fileNames = new String[fileCount]; in parse()870 System.arraycopy(args, at, fileNames, 0, fileCount); in parse()872 if (fileCount == 0) { in parse()