Home
last modified time | relevance | path

Searched refs:parsePropertyAssignments (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DSystem.java962 private static void parsePropertyAssignments(Properties p, String[] assignments) { in parsePropertyAssignments() method in System
1014 parsePropertyAssignments(p, specialProperties()); in initUnchangeableSystemProperties()
1018 parsePropertyAssignments(p, runtime.properties()); in initUnchangeableSystemProperties()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java150 private static void parsePropertyAssignments( in parsePropertyAssignments() method in System