Searched refs:toFile (Results 1 – 7 of 7) sorted by relevance
100 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false); in loadInitialEntropy()110 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true); in writeEntropy()
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()
4898 public void dumpDomTree(boolean toFile) {4899 mWebViewCore.sendMessage(EventHub.DUMP_DOMTREE, toFile ? 1 : 0, 0);4908 public void dumpRenderTree(boolean toFile) {4909 mWebViewCore.sendMessage(EventHub.DUMP_RENDERTREE, toFile ? 1 : 0, 0);