Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/ssl/
DTrustManagerFactoryImpl.java173 String javaHome = props.get("javaHome");
174 storeFile = new File(javaHome + sep + "lib" + sep
178 storeFile = new File(javaHome + sep + "lib" + sep
/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java521 private static String javaHome;
528 if (javaHome == null) {
529 javaHome = AccessController.doPrivileged(
550 String localJavaHome = javaHome;
/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.java946 String javaHome = getenv("JAVA_HOME"); in initUnchangeableSystemProperties() local
947 if (javaHome == null) { in initUnchangeableSystemProperties()
948 javaHome = "/system"; in initUnchangeableSystemProperties()
950 p.put("java.home", javaHome); in initUnchangeableSystemProperties()
/libcore/ojluni/src/main/java/java/util/
DTimeZone.java639 private static native String getSystemTimeZoneID(String javaHome, in getSystemTimeZoneID() argument