Searched refs:matchFile (Results 1 – 1 of 1) sorted by relevance
1145 File matchFile = itr.next(); in findFile() local1146 if (matchFile in findFile()1150 return matchFile; in findFile()1156 File matchFile = findFile(dir, fileName); in findFile() local1157 if (matchFile != null && matchFile.exists()) { in findFile()1158 return matchFile; in findFile()