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.java1147 File matchFile = itr.next(); in findFile() local
1148 if (matchFile in findFile()
1152 return matchFile; in findFile()
1158 File matchFile = findFile(dir, fileName); in findFile() local
1159 if (matchFile != null && matchFile.exists()) { in findFile()
1160 return matchFile; in findFile()