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()
175 private Dex resourceToDexBuffer(String resource) throws IOException { in resourceToDexBuffer() argument176 return new Dex(getClass().getResourceAsStream(resource)); in resourceToDexBuffer()