Searched defs:createFile (Results 1 – 6 of 6) sorted by relevance
61 fun createFile(fileName: String, userId: Int): File { in <lambda>() method
69 private File createFile(String fileName) throws IOException { in createFile() method in OverlayConfigTest73 private File createFile(String fileName, String content) throws IOException { in createFile() method in OverlayConfigTest
280 private StreamingPacketFile createFile( in createFile() method in StreamingPacketFileTest
366 private BufferedFile createFile( in createFile() method in BufferedFileTest
419 private File createFile(String fileName) throws IOException { in createFile() method in AppMetadataBackupWriterTest
247 private void createFile(File file) throws IOException { in createFile() method in BackupManagerService