Searched defs:fch (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java94 public String parseELF(FileChannel fch) throws IOException { argument
95 MappedByteBuffer fmap = fch.map(FileChannel.MapMode.READ_ONLY, 0, fch.size());

Completed in 18 milliseconds