Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc216 utils::ReadAll(progress_fd_, buf, arraysize(buf), &bytes_read, &eof); in OnProgressFdReady()
/system/update_engine/common/
Dsubprocess.cc123 bool ok = utils::ReadAll( in OnStdoutReady()
Dutils.h83 bool ReadAll(
Dutils.cc205 bool ReadAll( in ReadAll() function
/system/core/adb/
Dshell_service.cpp123 std::string ReadAll(int fd) { in ReadAll() function
354 std::string error_message = ReadAll(parent_error_sfd.fd()); in ForkAndExec()