Home | History | Annotate | Download | only in transformer

Lines Matching refs:currentDir

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