Home
last modified time | relevance | path

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

/system/update_engine/common/
Dsubprocess.cc124 bool ok = utils::ReadAll( in OnStdoutReady()
Dutils.h79 bool ReadAll(
Dutils.cc185 bool ReadAll( in ReadAll() function
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc232 utils::ReadAll(progress_fd_, buf, arraysize(buf), &bytes_read, &eof); in OnProgressFdReady()
/system/core/adb/daemon/
Dshell_service.cpp117 std::string ReadAll(int fd) { in ReadAll() function
381 std::string error_message = ReadAll(parent_error_sfd); in ForkAndExec()