Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 2 of 2) sorted by relevance

/system/core/libsparse/
Dsparse_read.cpp127 char* buf_end; member in SparseFileBufSource
134 if (buf >= buf_end) return -EOVERFLOW; in AccessOkay()
135 if (len > buf_end - buf) return -EOVERFLOW; in AccessOkay()
145 this->buf_end = buf + len; in SparseFileBufSource()
/system/core/libnetutils/
Ddhcpclient.c241 char *buf_end = buf + buf_size; in hex2str() local
243 cp += snprintf(cp, buf_end - cp, " %02x ", array[i]); in hex2str()