Home
last modified time | relevance | path

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

/external/conscrypt/benchmark-graphs/src/main/java/org/conscrypt/graphgen/
DMain.java95 final Path templatesPath; in listAllResources() local
98 templatesPath = fs.getPath(JSON_TEMPLATES); in listAllResources()
100 templatesPath = Paths.get(uri); in listAllResources()
105 Files.walkFileTree(templatesPath, pfn); in listAllResources()