Home
last modified time | relevance | path

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

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