Searched refs:LINK (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpDirEntry.java44 FILE, DIR, PDIR, CDIR, LINK enum constant in enum:FtpDirEntry.Type
164 * - FtpDirEntry.Type.LINK for a symbolic link
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java285 file.setType(dir ? FtpDirEntry.Type.DIR : (line.charAt(0) == 'l' ? FtpDirEntry.Type.LINK : FtpDirEntry.Type.FILE));

Completed in 61 milliseconds