Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp99 int hasAt = 0; in androidSetThreadName() local
104 else if (*s == '@') hasAt = 1; in androidSetThreadName()
108 if (len < 15 || hasAt || !hasDot) { in androidSetThreadName()