Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpDirEntry.java57 private String user = null; field in FtpDirEntry
96 return user; in getUser()
107 public FtpDirEntry setUser(String user) { in setUser() argument
108 this.user = user; in setUser()
327 return name + " [" + type + "] (" + user + " / " + group + ") " + size; in toString()
329 …return name + " [" + type + "] (" + user + " / " + group + ") {" + size + "} " + java.text.DateFor… in toString()
DFtpClient.java273 …public abstract FtpClient login(String user, char[] password) throws FtpProtocolException, IOExcep… in login() argument
286 …public abstract FtpClient login(String user, char[] password, String account) throws FtpProtocolEx… in login() argument
/libcore/ojluni/src/main/java/java/security/acl/
DGroup.java53 public boolean addMember(Principal user); in addMember() argument
63 public boolean removeMember(Principal user); in removeMember() argument
DAclEntry.java68 public boolean setPrincipal(Principal user); in setPrincipal() argument
DAcl.java203 public Enumeration<Permission> getPermissions(Principal user); in getPermissions() argument
/libcore/ojluni/src/main/java/javax/sql/
DConnectionPoolDataSource.java71 PooledConnection getPooledConnection(String user, String password) in getPooledConnection() argument
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java96 String user; field in FtpURLConnection
189 user = ParseUtil.decode(userInfo); in FtpURLConnection()
192 user = ParseUtil.decode(userInfo.substring(0, delimiter++)); in FtpURLConnection()
286 if (user == null) { in connect()
287 user = "anonymous"; in connect()
313 ftp.login(user, password.toCharArray()); in connect()
/libcore/ojluni/src/main/java/java/sql/
DDriverManager.java209 String user, String password) throws SQLException { in getConnection() argument
212 if (user != null) { in getConnection()
213 info.put("user", user); in getConnection()
/libcore/ojluni/src/main/java/sun/net/www/
DMimeTable.java417 String user = System.getProperty("user.name");
418 if (user != null) {
419 tag = "; customized for " + user;
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java1022 …private void tryLogin(String user, char[] password) throws sun.net.ftp.FtpProtocolException, IOExc… in tryLogin() argument
1023 issueCommandCheck("USER " + user); in tryLogin()
1043 …public sun.net.ftp.FtpClient login(String user, char[] password) throws sun.net.ftp.FtpProtocolExc… in login() argument
1047 if (user == null || user.length() == 0) { in login()
1050 tryLogin(user, password); in login()
1081 …public sun.net.ftp.FtpClient login(String user, char[] password, String account) throws sun.net.ft… in login() argument
1086 if (user == null || user.length() == 0) { in login()
1089 tryLogin(user, password); in login()
/libcore/ojluni/src/main/java/java/util/prefs/
DFileSystemPreferences.java463 private FileSystemPreferences(boolean user) { in FileSystemPreferences() argument
465 isUserNode = user; in FileSystemPreferences()
466 dir = (user ? userRootDir: systemRootDir); in FileSystemPreferences()
/libcore/expectations/
Dbrokentests.txt6 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
Dknownfailures.txt1379 description: "java.util.logging: Android's user.home system property cannot be cleared",
1387 description: "java.util.logging: Android's user.home system property points to root (/) dir",
1392 …ts for FileHandler don't work on Android because they try to write to the read-only user.home dir",
/libcore/
DLICENSE104 the program under these conditions, and telling the user how to view a copy
/libcore/ojluni/
DNOTICE390 the program under these conditions, and telling the user how to view a copy