Searched defs:bytesread (Results 1 - 10 of 10) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBSocket.cpp345 int bytesread = read (m_fd, buf, sizeof (buf)); local
346 if (bytesread <= 0)
349 p.append(buf, bytesread);
352 err.LogThreaded("::read ( %i, %p, %llu ) => %i", m_fd, buf, sizeof (buf), (uint64_t)bytesread);
355 if (bytesread == 0)
360 else if (bytesread == -1)
/external/libvncserver/test/
H A Dbmp.c87 if((bytesread=read(fd, addr, (size)))==-1) _throw(strerror(errno)); \
88 if(bytesread!=(size)) _throw("Read error");
181 int fd=-1, bytesread, srcpitch, srcbottomup=1, srcps, dstpitch, local
260 _unix(bytesread=read(fd, tempbuf, srcpitch*(*h)));
261 if(bytesread!=srcpitch*(*h)) _throw("Read error");
/external/libselinux/src/
H A Dandroid.c944 ssize_t bytesread; local
957 while ((bytesread = getline(&buf, &buflen, fp)) > 0) {
/external/mksh/src/
H A Dfuncs.c1826 size_t bytesleft = 128, bytesread; local
1968 bytesread = blocking_read(fd, xp, bytesleft);
1969 if (bytesread == (size_t)-1) {
1986 if (bytesread == 0) {
1991 xp += bytesread;
1996 if (bytesread == 0)
1999 xp += bytesread;
2003 if (bytesread == 0) {
2009 xp += bytesread;
2010 if ((bytesleft -= bytesread)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h507 DWORD *bytesread; member in struct:_IMAGEHLP_CBA_READ_MEMORY

Completed in 1481 milliseconds