Searched refs:matchFile (Results 1 – 1 of 1) sorted by relevance
1099 File matchFile = itr.next(); in findFile() local1100 if (matchFile in findFile()1104 return matchFile; in findFile()1110 File matchFile = findFile(dir, fileName); in findFile() local1111 if (matchFile != null && matchFile.exists()) { in findFile()1112 return matchFile; in findFile()