Home
last modified time | relevance | path

Searched refs:pgrep (Results 1 – 1 of 1) sorted by relevance

/platform_testing/utils/shell-as/
Dtest-app.cpp93 FILE *pgrep = popen( in GetTestAppProcessId() local
97 if (!pgrep) { in GetTestAppProcessId()
104 int bytes_read = fread(pgrep_output, 1, sizeof(pgrep_output) - 1, pgrep); in GetTestAppProcessId()
105 pclose(pgrep); in GetTestAppProcessId()