Searched refs:isDex (Results 1 – 1 of 1) sorted by relevance
75 boolean isDex = cfhF.getName().endsWith(".dfh"); in run()88 if(isDex) in run()93 …irstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + isDex); in run()95 if(isDex) { in run()109 writeClassFile(r, bos, isDex); in run()171 public void writeClassFile(Reader r, OutputStream rOs, boolean isDex) { in writeClassFile() argument179 if (isDex && lineCnt++ == 1) { in writeClassFile()201 if (isDex) { in writeClassFile()