Home
last modified time | relevance | path

Searched refs:writeSource (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/sys/syz-sysgen/
Dsysgen.go110 writeSource(sysFile, out.Bytes())
213 writeSource(filepath.Join("sys", OS, "gen", "empty.go"), []byte(data))
260 func writeSource(file string, data []byte) { func
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
DMain.java109 writeSource(compilationUnitHandler.getDocument(), outputFile); in execute()
114 private static void writeSource(Document document, File outputFile) throws IOException { in writeSource() method in Main
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSinkTest.java205 @Test public void writeSource() throws Exception {