Home
last modified time | relevance | path

Searched refs:matchFile (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java972 File matchFile = itr.next(); in findFile() local
973 if (matchFile in findFile()
977 return matchFile; in findFile()
983 File matchFile = findFile(dir, fileName); in findFile() local
984 if (matchFile != null && matchFile.exists()) { in findFile()
985 return matchFile; in findFile()
1285 File matchFile = itr.next(); in findFiles() local
1286 if (matchFile in findFiles()
1290 abiSpecificFiles.add(matchFile); in findFiles()