Searched refs:decodedPath (Results 1 – 3 of 3) sorted by relevance
223 String decodedPath = ParseUtil.decode(url.getPath()); in getPermission() local225 permission = new FilePermission(decodedPath, "read"); in getPermission()228 decodedPath.replace('/',File.separatorChar), "read"); in getPermission()
496 private volatile transient String decodedPath = null; field in URI1306 if ((decodedPath == null) && (path != null)) in getPath()1307 decodedPath = decode(path); in getPath()1308 return decodedPath; in getPath()
642 private transient volatile java.lang.String decodedPath; field in URI