Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dbmp.c270 if((byteswritten=write(fd, addr, (size)))==-1) _throw(strerror(errno)); \
271 if(byteswritten!=(size)) _throw("Write error");
301 int fd=-1, byteswritten, dstpitch, retcode=0; in savebmp() local
377 if((byteswritten=write(fd, tempbuf, dstpitch*h))!=dstpitch*h) in savebmp()