Searched refs:matchFile (Results 1 – 1 of 1) sorted by relevance
972 File matchFile = itr.next(); in findFile() local973 if (matchFile in findFile()977 return matchFile; in findFile()983 File matchFile = findFile(dir, fileName); in findFile() local984 if (matchFile != null && matchFile.exists()) { in findFile()985 return matchFile; in findFile()1285 File matchFile = itr.next(); in findFiles() local1286 if (matchFile in findFiles()1290 abiSpecificFiles.add(matchFile); in findFiles()