Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Dtest-app.cpp104 int bytes_read = fread(pgrep_output, 1, sizeof(pgrep_output) - 1, pgrep); in GetTestAppProcessId() local
106 if (bytes_read <= 0) { in GetTestAppProcessId()