Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/binder/
DCtSymClassBinder.java48 String explicitCtSymPath = System.getProperty("turbine.ctSymPath"); in bind() local
49 if (explicitCtSymPath == null) { in bind()
57 ctSym = Paths.get(explicitCtSymPath); in bind()