Searched refs:toFile (Results 1 – 10 of 10) sorted by relevance
128 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false); in loadInitialEntropy()139 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true); in writeEntropy()192 RandomBlock.fromFile(hwRandomDevice).toFile(randomDevice, false); in addHwRandomEntropy()
65 void toFile(String filename, boolean sync) throws IOException { in toFile() method in RandomBlock
71 root.toFile(args[1]); in main()
130 root.toFile(rootFile); in main()
134 void toFile(String fileName) throws IOException { in toFile() method in Root
296 root.toFile(args[0]); in main()
1017 final File toFile = new File(toDir, fromFile.getName()); in copyFiles() local1018 if (LOGD) Slog.d(TAG, "Renaming " + tmpFile + " to " + toFile); in copyFiles()1019 if (!tmpFile.renameTo(toFile)) { in copyFiles()1020 throw new IOException("Failed to rename " + tmpFile + " to " + toFile); in copyFiles()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
57737 method public abstract java.io.File toFile();
61645 method public abstract java.io.File toFile();