Searched refs:resource (Results 1 – 2 of 2) sorted by relevance
43 private Dex resourceToDexBuffer(String resource) throws IOException { in resourceToDexBuffer() argument44 return new Dex(getClass().getResourceAsStream(resource)); in resourceToDexBuffer()
171 private Dex resourceToDexBuffer(String resource) throws IOException { in resourceToDexBuffer() argument172 return new Dex(getClass().getResourceAsStream(resource)); in resourceToDexBuffer()