Home
last modified time | relevance | path

Searched refs:fileCount (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DAllocTracker.c322 int classCount, methodCount, fileCount; /* debug stats */ in populateStringTables() local
324 classCount = methodCount = fileCount = 0; in populateStringTables()
343 fileCount++; in populateStringTables()
352 dvmPointerSetGetCount(fileNames), fileCount); in populateStringTables()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java868 int fileCount = args.length - at; in parse() local
869 fileNames = new String[fileCount]; in parse()
870 System.arraycopy(args, at, fileNames, 0, fileCount); in parse()
872 if (fileCount == 0) { in parse()