Home
last modified time | relevance | path

Searched defs:FileDataStore (Results 1 – 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DFileDataStore.java9 public class FileDataStore implements DexDataStore { class
12 public FileDataStore(@Nonnull File file) throws FileNotFoundException, IOException { in FileDataStore() method in FileDataStore