Searched refs:dirCounter (Results 1 – 1 of 1) sorted by relevance
276 int dirCounter = 0; in findProfiles() local283 dirs[dirCounter] = allFiles[i]; in findProfiles()284 dirCounter++; in findProfiles()289 File[] profileDirs = new File[dirCounter]; in findProfiles()290 for( int i=0; i < dirCounter; i++ ) in findProfiles()
Completed in 10 milliseconds