Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DSystem.java774 parsePropertyAssignments(p, specialProperties()); in initUnchangeableSystemProperties()
777 parsePropertyAssignments(p, runtime.properties()); in initUnchangeableSystemProperties()
820 private static void parsePropertyAssignments(Properties p, String[] assignments) { in parsePropertyAssignments() method in System