Home
last modified time | relevance | path

Searched refs:privilegedGetProperty (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/action/
DGetIntegerAction.java129 public static Integer privilegedGetProperty(String theProp) { in privilegedGetProperty() method in GetIntegerAction
152 public static Integer privilegedGetProperty(String theProp, in privilegedGetProperty() method in GetIntegerAction
DGetPropertyAction.java104 public static String privilegedGetProperty(String theProp) { in privilegedGetProperty() method in GetPropertyAction
127 public static String privilegedGetProperty(String theProp, in privilegedGetProperty() method in GetPropertyAction
DGetBooleanAction.java88 public static boolean privilegedGetProperty(String theProp) { in privilegedGetProperty() method in GetBooleanAction
/libcore/ojluni/src/main/java/java/util/
DPropertyResourceBundle.java147 .privilegedGetProperty("java.util.PropertyResourceBundle.encoding", "")
DResourceBundle.java3768 GetPropertyAction.privilegedGetProperty("resource.bundle.debug", "false"));
/libcore/ojluni/src/main/java/jdk/internal/util/jar/
DJarIndex.java35 import static sun.security.action.GetPropertyAction.privilegedGetProperty;
79 "true".equals(privilegedGetProperty("sun.misc.JarIndex.metaInfFilenames"));
/libcore/ojluni/src/main/java/sun/security/util/
DSecurityConstants.java157 GetPropertyAction.privilegedGetProperty("java.specification.version");
/libcore/ojluni/src/main/java/java/net/
DURLEncoder.java137 dfltEncName = GetPropertyAction.privilegedGetProperty("file.encoding");
/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java85 "true".equals(GetPropertyAction.privilegedGetProperty("stackwalk.debug"));