Searched refs:bytes_read (Results 1 – 1 of 1) sorted by relevance
104 int bytes_read = fread(pgrep_output, 1, sizeof(pgrep_output) - 1, pgrep); in GetTestAppProcessId() local106 if (bytes_read <= 0) { in GetTestAppProcessId()