Home
last modified time | relevance | path

Searched defs:eof (Results 1 – 5 of 5) sorted by relevance

/system/iorap/src/inode2filename/
Dout_of_process_inode_resolver.cc75 int32_t ReadLineLength(FILE* stream, bool* eof) { in ReadLineLength()
91 std::string ReadOneLine(FILE* stream, bool* eof) { in ReadOneLine()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc259 bool eof; in OnProgressFdReady() local
/system/iorap/src/prefetcher/
Dprefetcher_daemon.cc291 std::vector<Command> ParseSocketCommands(bool& eof) { in ParseSocketCommands()
493 std::vector<Command> ParseCommands(bool& eof) { in ParseCommands()
1080 bool eof = false; in Main() local
/system/update_engine/common/
Dsubprocess.cc124 bool eof; in OnStdoutReady() local
Dutils.cc123 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof) { in ReadAll()