Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp106 int hasDot = 0; in androidSetThreadName() local
109 if (*s == '.') hasDot = 1; in androidSetThreadName()
114 if (len < 15 || hasAt || !hasDot) { in androidSetThreadName()