Home
last modified time | relevance | path

Searched refs:bytes_parsed (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dinotify.cpp38 int bytes_parsed = 0; in GetFileListFromInotifyFd() local
52 while (bytes_parsed < event_read_out_length) { in GetFileListFromInotifyFd()
54 reinterpret_cast<inotify_event*>(event_readout + bytes_parsed); in GetFileListFromInotifyFd()
55 bytes_parsed += sizeof(struct inotify_event) + event->len; in GetFileListFromInotifyFd()
/device/google/contexthub/util/nanotool/
Dnanopacket.cpp146 size_t *bytes_parsed) { in Parse() argument
181 *bytes_parsed = i + 1; in Parse()
191 *bytes_parsed = length; in Parse()
Dnanopacket.h67 ParseResult Parse(uint8_t *buffer, size_t length, size_t *bytes_parsed);