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