Searched refs:hasAt (Results 1 – 3 of 3) sorted by relevance
275 bool hasAt = false; in SetThreadName() local282 hasAt = true; in SetThreadName()287 if (len < 15 || hasAt || !hasDot) { in SetThreadName()
107 int hasAt = 0; in androidSetThreadName() local112 else if (*s == '@') hasAt = 1; in androidSetThreadName()116 if (len < 15 || hasAt || !hasDot) { in androidSetThreadName()
898 bool hasAt = false; in SetThreadName() local905 hasAt = true; in SetThreadName()910 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()