Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/
DTool.java901 public File getOutputDirectory(String fileNameWithPath) { in getOutputDirectory() argument
913 if (fileNameWithPath.lastIndexOf(File.separatorChar) == -1) { in getOutputDirectory()
923 … fileDirectory = fileNameWithPath.substring(0, fileNameWithPath.lastIndexOf(File.separatorChar)); in getOutputDirectory()