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.java1145 File matchFile = itr.next(); in findFile() local
1146 if (matchFile in findFile()
1150 return matchFile; in findFile()
1156 File matchFile = findFile(dir, fileName); in findFile() local
1157 if (matchFile != null && matchFile.exists()) { in findFile()
1158 return matchFile; in findFile()