Searched refs:pgrep_output (Results 1 – 1 of 1) sorted by relevance
102 char pgrep_output[128]; in GetTestAppProcessId() local103 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()