Searched refs:eof (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/common/ |
D | subprocess.cc | 124 bool eof; in OnStdoutReady() local 126 record->stdout_fd, buf, base::size(buf), &bytes_read, &eof); in OnStdoutReady() 128 if (!ok || eof) { in OnStdoutReady()
|
D | utils.cc | 123 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()
|
D | utils.h | 95 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof);
|
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.cc | 325 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/ |
D | keystore.cpp | 43 if (s.fail() || !s.eof()) { in mkKeyDescriptor() 131 if (s.fail() || !s.eof()) { in keyStore2GetCert()
|
/system/apex/apexd/ |
D | apex_shim.cpp | 84 while (!apex.eof()) { in CalculateSha512()
|
/system/core/fastboot/ |
D | fastboot.cpp | 1763 if (!fs || fs.eof()) return {}; in ParseFastbootInfo()
|