HomeSort by relevance Sort by last modified time
    Searched full:pid_ul (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
linux_util.cc 212 const unsigned long int pid_ul = strtoul(dent->d_name, &endptr, 10); local
213 if (pid_ul == ULONG_MAX || *endptr)
215 pids.push_back(pid_ul);

Completed in 139 milliseconds