Home
last modified time | relevance | path

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

/external/conscrypt/benchmark-graphs/src/main/java/org/conscrypt/graphgen/
DMain.java63 writeHtml(output, "header.html"); in main()
65 writeHtml(output, "footer.html"); in main()
69 private static void writeHtml(OutputStream out, String name) throws IOException { in writeHtml() method in Main