Searched refs:asPath (Results 1 – 1 of 1) sorted by relevance
83 String asPath = canonicalName.replace('.', '/'); in writeToFile() local84 File f = new File(outputBase + "/" + asPath + ".java"); in writeToFile()