Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DUnixFileSystem.java44 private final String javaHome; field in UnixFileSystem
51 javaHome = AccessController.doPrivileged( in UnixFileSystem()
182 dir != null && dir.startsWith(javaHome)) { in canonicalize()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java980 String javaHome = getenv("JAVA_HOME"); in initUnchangeableSystemProperties() local
981 if (javaHome == null) { in initUnchangeableSystemProperties()
982 javaHome = "/system"; in initUnchangeableSystemProperties()
984 p.put("java.home", javaHome); in initUnchangeableSystemProperties()
/libcore/ojluni/src/main/java/java/util/
DTimeZone.java683 private static native String getSystemTimeZoneID(String javaHome, in getSystemTimeZoneID() argument