Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Support/
Dsha1.c282 int bytesread; in sha1file() local
304 bytesread = fread(buffer, 1, 16384, f); in sha1file()
305 SHA1Update(&context, buffer, bytesread); in sha1file()
/frameworks/base/core/jni/
Dandroid_net_LocalSocketImpl.cpp495 ssize_t bytesread = 0; in socket_read_all() local