Home
last modified time | relevance | path

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

/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java83 String firstLine = br.readLine(); in run() local
93 …if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + … in run()
98 String classO = firstLine.substring(hdr.length()).trim(); in run()