Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dutils.cc275 bool hasAt = false; in SetThreadName() local
282 hasAt = true; in SetThreadName()
287 if (len < 15 || hasAt || !hasDot) { in SetThreadName()
/aosp12/system/core/libutils/
H A DThreads.cpp107 int hasAt = 0; in androidSetThreadName() local
112 else if (*s == '@') hasAt = 1; in androidSetThreadName()
116 if (len < 15 || hasAt || !hasDot) { in androidSetThreadName()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp898 bool hasAt = false; in SetThreadName() local
905 hasAt = true; in SetThreadName()
910 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()