Searched refs:dotSlash (Results 1 – 1 of 1) sorted by relevance
65 String dotSlash = "." + File.separator; in file() local66 if (f.getPath().startsWith(dotSlash)) { in file()67 f = new File(f.getPath().substring(dotSlash.length())); in file()