Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java104 String fullpath; field in FtpURLConnection
385 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()