Home
last modified time | relevance | path

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

/external/autotest/client/tests/bonnie/
Dbonnie.py59 strip_plus = lambda s: re.sub(r"^\++$", "0", s) function
78 fields = [strip_plus(f) for f in fields]