Searched defs:pid_eptr (Results 1 - 1 of 1) sorted by relevance

/system/core/libprocessgroup/
H A Dprocessgroup.cpp167 char* pid_eptr = nullptr; local
169 long pid = strtol(buf_ptr_, &pid_eptr, 10);
173 if (pid_eptr != eptr) {

Completed in 69 milliseconds