Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Dtest-app.cpp102 char pgrep_output[128]; in GetTestAppProcessId() local
103 memset(pgrep_output, 0, sizeof(pgrep_output)); in GetTestAppProcessId()
104 int bytes_read = fread(pgrep_output, 1, sizeof(pgrep_output) - 1, pgrep); in GetTestAppProcessId()
111 return StringToUInt32(pgrep_output, (uint32_t *)test_app_pid); in GetTestAppProcessId()