Searched refs:hasDot (Results 1 – 2 of 2) sorted by relevance
100 int hasDot = 0; in androidSetThreadName() local103 if (*s == '.') hasDot = 1; in androidSetThreadName()108 if (len < 15 || hasAt || !hasDot) { in androidSetThreadName()
891 bool hasDot = false; in SetThreadName() local895 hasDot = true; in SetThreadName()902 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()