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

/external/chromium/base/
H A Dprocess_util_linux.cc172 const char* closeparen; local
222 closeparen = strrchr(buf, ')');
223 if (!openparen || !closeparen)
225 char runstate = closeparen[2];
243 entry_.ppid_ = atoi(closeparen + 3);
244 entry_.gid_ = atoi(strchr(closeparen + 4, ' '));
249 // short name between openparen and closeparen won't work for long names!
250 int len = closeparen - openparen - 1;

Completed in 52 milliseconds