Home
last modified time | relevance | path

Searched refs:pidNum (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/modules/common/
H A Dappspawn_namespace.c112 long pidNum = strtol(entry->d_name, NULL, 10); // pid will not exceed a 10-digit decimal number in GetPidByName() local
113 if (pidNum <= 0) { in GetPidByName()
137 pid = (int)pidNum; in GetPidByName()

Completed in 1 milliseconds