Searched refs:nbyte (Results 1 – 1 of 1) sorted by relevance
98 bool PosixWrite(int fd, const char* buf, size_t nbyte) { in PosixWrite() argument102 size_t left = nbyte; in PosixWrite()120 bool PosixPositionedWrite(int fd, const char* buf, size_t nbyte, off_t offset) { in PosixPositionedWrite() argument124 size_t left = nbyte; in PosixPositionedWrite()