Searched refs:toFile (Results 1 – 8 of 8) 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()
966 final File toFile = new File(toDir, fromFile.getName()); in copyFiles() local967 if (LOGD) Slog.d(TAG, "Renaming " + tmpFile + " to " + toFile); in copyFiles()968 if (!tmpFile.renameTo(toFile)) { in copyFiles()969 throw new IOException("Failed to rename " + tmpFile + " to " + toFile); in copyFiles()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...