Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp914 bool hasAt = false; in SetThreadName() local
921 hasAt = true; in SetThreadName()
926 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()