Searched defs:nread (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DSha1Util.cpp43 ssize_t nread = file.read(buf, sizeof(buf)); local
45 if (nread < 0) {
52 static_cast<unsigned long>(nread));
54 if (static_cast<size_t>(nread) < sizeof(buf)) {
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp242 size_t nread = fread((void*) *bitcode, 1, bitcodeSize, in); local
244 if (nread != bitcodeSize)
248 return nread;
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp126 int nread = ::wifi_wait_for_event(buf, sizeof buf); local
127 if (nread > 0) {

Completed in 135 milliseconds