Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc364 char name_buf[kMaxProcessNameLength] = {}; in ZygoteHooks_nativePostForkChild() local
365 int rc = pthread_getname_np(pthread_self(), name_buf, kMaxProcessNameLength); in ZygoteHooks_nativePostForkChild()
370 proc_name = name_buf; in ZygoteHooks_nativePostForkChild()