Searched defs:DIR (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
163 * - FtpDirEntry.Type.DIR for a directory
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java106 static final int DIR = 3; field in class:FtpURLConnection
337 type = DIR;
422 if (filename == null || type == DIR) {
594 type = DIR;
620 value = (type == ASCII ? "a" : type == DIR ? "d" : "i");

Completed in 108 milliseconds