Searched refs:toFetch (Results 1 – 3 of 3) sorted by relevance
122 String toFetch = null; in testBugreport_getFileByName() local125 toFetch = name; in testBugreport_getFileByName()128 Assert.assertNotNull(toFetch); in testBugreport_getFileByName()129 mainFile = mBugreport.getFileByName(toFetch); in testBugreport_getFileByName()
120 List<KnownLogFileEntry> toFetch = KNOWN_FILES_TO_FETCH.get(options.getInstanceType()); in fetchCommonFiles() local121 if (toFetch != null) { in fetchCommonFiles()122 for (KnownLogFileEntry entry : toFetch) { in fetchCommonFiles()
137 List<KnownLogFileEntry> toFetch = in logDebugFiles() local139 if (toFetch != null) { in logDebugFiles()141 for (KnownLogFileEntry entry : toFetch) { in logDebugFiles()