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.java38 private final String javaHome; field in UnixFileSystem
45 javaHome = AccessController.doPrivileged( in UnixFileSystem()
173 dir != null && dir.startsWith(javaHome)) { in canonicalize()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java968 String javaHome = getenv("JAVA_HOME"); in initUnchangeableSystemProperties() local
969 if (javaHome == null) { in initUnchangeableSystemProperties()
970 javaHome = "/system"; in initUnchangeableSystemProperties()
972 p.put("java.home", javaHome); in initUnchangeableSystemProperties()
/libcore/ojluni/src/main/java/java/util/
DTimeZone.java681 private static native String getSystemTimeZoneID(String javaHome, in getSystemTimeZoneID() argument