Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java42 private Map<String, CommandFile> mCmdFileMap = new Hashtable<>(); field in CommandFileWatcher
133 mCmdFileMap.put(cmdFile.getAbsolutePath(), f); in addCmdFile()
140 return mCmdFileMap.containsKey(cmdFile.getAbsolutePath()); in isFileWatched()
169 synchronized (mCmdFileMap) { in checkForUpdates()
170 cmdCopy = new ArrayList<CommandFile>(mCmdFileMap.values()); in checkForUpdates()
251 mCmdFileMap.clear(); in removeAllFiles()
264 CommandFile cmdFile = mCmdFileMap.get(cmdPath); in getExtraArgsForFile()