Home
last modified time | relevance | path

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

/system/update_engine/common/
Dsubprocess.cc124 bool eof; in OnStdoutReady() local
126 record->stdout_fd, buf, base::size(buf), &bytes_read, &eof); in OnStdoutReady()
128 if (!ok || eof) { in OnStdoutReady()
Dutils.cc123 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof) { in ReadAll() argument
126 *eof = false; in ReadAll()
141 *eof = true; in ReadAll()
Dutils.h95 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof);
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc325 bool eof; in OnProgressFdReady() local
327 utils::ReadAll(progress_fd_, buf, base::size(buf), &bytes_read, &eof); in OnProgressFdReady()
339 if (!ok || eof) { in OnProgressFdReady()
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp43 if (s.fail() || !s.eof()) { in mkKeyDescriptor()
131 if (s.fail() || !s.eof()) { in keyStore2GetCert()
/system/apex/apexd/
Dapex_shim.cpp84 while (!apex.eof()) { in CalculateSha512()
/system/core/fastboot/
Dfastboot.cpp1763 if (!fs || fs.eof()) return {}; in ParseFastbootInfo()