Home
last modified time | relevance | path

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

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