Searched defs:inputFile (Results 1 – 4 of 4) sorted by relevance
59 void writeFile(@Nonnull File inputFile, @Nonnull String apkPath) throws IOException; in writeFile()
150 public void writeFile(@Nonnull File inputFile, @Nonnull String apkPath) throws IOException { in writeFile()
147 RandomAccessFile inputFile = new RandomAccessFile(file, "r"); in readFromFile() local
208 RandomAccessFile inputFile = new RandomAccessFile(mInputApkFile, "r"); in sign() local