Home | History | Annotate | Download | only in transformer

Lines Matching defs:currentDir

560         String currentDir = "";
562 currentDir = System.getProperty("user.dir");
566 if (currentDir.startsWith(java.io.File.separator))
567 base = "file://" + currentDir;
569 base = "file:///" + currentDir;