Home
last modified time | relevance | path

Searched defs:checkedFiles (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java165 final Set<File> checkedFiles = new HashSet<File>(); in checkForUpdates() local
179 boolean checkCommandFileForUpdate(CommandFile cmd, Set<File> checkedFiles) { in checkCommandFileForUpdate()