Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp1193 int poll_ret = TEMP_FAILURE_RETRY(poll(&pfd, /*nfds=*/1, timeout_ms)); in wait_child_with_timeout() local
1197 if (poll_ret < 0) { in wait_child_with_timeout()
1202 if (poll_ret == 0) { in wait_child_with_timeout()