Searched refs:matchFile (Results 1 – 1 of 1) sorted by relevance
1147 File matchFile = itr.next(); in findFile() local1148 if (matchFile in findFile()1152 return matchFile; in findFile()1158 File matchFile = findFile(dir, fileName); in findFile() local1159 if (matchFile != null && matchFile.exists()) { in findFile()1160 return matchFile; in findFile()