| /libcore/luni/src/main/java/java/io/ |
| BufferedInputStream.java | 168 int bytesread = localIn.read(localBuf, pos, localBuf.length - pos); local 169 count = bytesread <= 0 ? pos : pos + bytesread; 170 return bytesread;
|
| /dalvik/libdex/ |
| sha1.cpp | 284 int bytesread; local 306 bytesread = fread(buffer, 1, 16384, f); 307 SHA1Update(&context, buffer, bytesread);
|
| /frameworks/compile/libbcc/helper/ |
| sha1.c | 283 int bytesread; local 305 bytesread = fread(buffer, 1, 16384, f); 306 SHA1Update(&context, buffer, bytesread);
|
| /frameworks/base/core/jni/ |
| android_net_LocalSocketImpl.cpp | 521 ssize_t bytesread = 0; local
|