Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DBuildPropParser.java90 String trimLine = line.trim(); in parseFile() local
92 if (trimLine.length() > 0 && !trimLine.startsWith("#")) { in parseFile()
94 String[] phases = trimLine.split("="); in parseFile()