Home
last modified time | relevance | path

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

/external/conscrypt/benchmark-graphs/src/main/java/org/conscrypt/graphgen/
DMain.java50 public static final String JSON_TEMPLATES = "/json/templates/"; field in Main
60 try (InputStream spec = Main.class.getResourceAsStream(JSON_TEMPLATES + args[0]); in main()
93 URI uri = Main.class.getResource(JSON_TEMPLATES).toURI(); in listAllResources()
98 templatesPath = fs.getPath(JSON_TEMPLATES); in listAllResources()