Searched refs:separatorPos (Results 1 – 1 of 1) sorted by relevance
102 int separatorPos = line.indexOf('='); in list() local103 String key = line.substring(0, separatorPos); in list()104 String value = line.substring(separatorPos + 1); in list()