Home
last modified time | relevance | path

Searched refs:toFile (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DEntropyMixer.java128 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()
DRandomBlock.java65 void toFile(String filename, boolean sync) throws IOException { in toFile() method in RandomBlock
/frameworks/base/tools/preload/
DCompile.java71 root.toFile(args[1]); in main()
DWritePreloadedClassFile.java130 root.toFile(rootFile); in main()
DRoot.java134 void toFile(String fileName) throws IOException { in toFile() method in Root
DMemoryUsage.java296 root.toFile(args[0]); in main()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java870 final File toFile = new File(toDir, fromFile.getName()); in copyFiles() local
871 if (LOGD) Slog.d(TAG, "Renaming " + tmpFile + " to " + toFile); in copyFiles()
872 if (!tmpFile.renameTo(toFile)) { in copyFiles()
873 throw new IOException("Failed to rename " + tmpFile + " to " + toFile); in copyFiles()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...