Home
last modified time | relevance | path

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

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