Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DThreads.cpp100 int hasDot = 0; in androidSetThreadName() local
103 if (*s == '.') hasDot = 1; in androidSetThreadName()
108 if (len < 15 || hasAt || !hasDot) { in androidSetThreadName()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp891 bool hasDot = false; in SetThreadName() local
895 hasDot = true; in SetThreadName()
902 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()