Searched refs:eof (Results 1 – 9 of 9) sorted by relevance
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.cc | 235 bool eof; in OnProgressFdReady() local 237 utils::ReadAll(progress_fd_, buf, base::size(buf), &bytes_read, &eof); in OnProgressFdReady() 249 if (!ok || eof) { in OnProgressFdReady()
|
/system/update_engine/common/ |
D | subprocess.cc | 125 bool eof; in OnStdoutReady() local 127 record->stdout_fd, buf, base::size(buf), &bytes_read, &eof); in OnStdoutReady() 129 if (!ok || eof) { in OnStdoutReady()
|
D | utils.cc | 144 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof) { in ReadAll() argument 147 *eof = false; in ReadAll() 162 *eof = true; in ReadAll()
|
D | utils.h | 81 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof);
|
/system/netd/libnetdutils/include/netdutils/ |
D | Status.h | 70 const Status eof{0x10001, "end of file"};
|
/system/apex/apexd/ |
D | apex_shim.cpp | 67 while (!apex.eof()) { in CalculateSha512()
|
/system/netd/libnetdutils/ |
D | Syscalls.cpp | 169 return status::eof; in recvfrom()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 125 int eof; member 185 f->eof = 0; in _fh_alloc() 210 f->eof = 0; in _fh_close() 260 f->eof = 1; in _fh_file_read() 273 f->eof = 1; in _fh_file_write() 326 f->eof = 0; in _fh_file_lseek()
|
/system/bt/service/client/ |
D | main.cc | 1136 if (istream.eof() || should_exit.load()) { in main()
|