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