Searched refs:name_buf (Results 1 – 1 of 1) sorted by relevance
364 char name_buf[kMaxProcessNameLength] = {}; in ZygoteHooks_nativePostForkChild() local365 int rc = pthread_getname_np(pthread_self(), name_buf, kMaxProcessNameLength); in ZygoteHooks_nativePostForkChild()370 proc_name = name_buf; in ZygoteHooks_nativePostForkChild()