Searched refs:kMaxProcessNameLength (Results 1 – 1 of 1) sorted by relevance
379 static constexpr size_t kMaxProcessNameLength = 100; in ZygoteHooks_nativePostForkChild() local380 char name_buf[kMaxProcessNameLength] = {}; in ZygoteHooks_nativePostForkChild()381 int rc = pthread_getname_np(pthread_self(), name_buf, kMaxProcessNameLength); in ZygoteHooks_nativePostForkChild()