Searched refs:fullpath (Results 1 – 1 of 1) sorted by relevance
104 String fullpath; field in FtpURLConnection385 fullpath = pathname + "/" + (filename != null ? filename : ""); in decodePath()387 fullpath = filename; in decodePath()498 String ftype = guessContentTypeFromName(fullpath); in getInputStream()508 cd(fullpath); in getInputStream()518 throw new FileNotFoundException(fullpath); in getInputStream()520 throw new FileNotFoundException(fullpath); in getInputStream()