Searched defs:createFile (Results 1 – 3 of 3) sorted by relevance
41 public static String createFile(Path dir, String... lines) throws IOException { in createFile() method in TestUtils
120 private String createFile(String... lines) throws IOException { in createFile() method in ZoneTabFileTest
77 const char* createFile(const char* path, const char* content) { in createFile() function