Searched refs:m_systemPrefix (Results 1 – 1 of 1) sorted by relevance
426 if (m_systemPrefix != null) in get()428 result = getSystemProperty (m_systemPrefix.concat ((String) key), null); in get()443 if (m_systemPrefix != null) in keys()447 final int systemPrefixLength = m_systemPrefix.length (); in keys()454 if (n.startsWith (m_systemPrefix)) in keys()479 m_systemPrefix = systemPrefix; in SystemPropertyLookup()483 … private final String m_systemPrefix; // can be null [if not null, normalized to end with "."] field in Property.SystemPropertyLookup