Home
last modified time | relevance | path

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

/art/runtime/
Dutils.cc689 int hasDot = 0; in SetThreadName() local
693 hasDot = 1; in SetThreadName()
700 if (len < 15 || hasAt || !hasDot) { in SetThreadName()