Searched defs:createFile (Results 1 – 5 of 5) sorted by relevance
61 fun createFile(fileName: String, userId: Int): File { in <lambda>() method
74 private File createFile(String fileName) throws IOException { in createFile() method in OverlayConfigTest78 private File createFile(String fileName, String content) throws IOException { in createFile() method in OverlayConfigTest
420 private File createFile(String fileName) throws IOException { in createFile() method in AppMetadataBackupWriterTest
635 private static File createFile(String contents) throws Exception { in createFile() method
243 private void createFile(File file) throws IOException { in createFile() method in BackupManagerService