Searched refs:dataFile (Results 1 – 2 of 2) sorted by relevance
370 File dataFile; in handleTraceDoubleClick() local381 dataFile = new File(path + File.separator + dataEntry.getName()); in handleTraceDoubleClick()398 result = sync.pullFile(dataEntry, dataFile.getAbsolutePath(), monitor); in handleTraceDoubleClick()
128 FileInputStream dataFile = new FileInputStream(filename); in mapFile() local130 FileChannel fc = dataFile.getChannel(); in mapFile()