Home | History | Annotate | Download | only in adb

Lines Matching refs:write_zeros

1143 static void write_zeros(int bytes, int fd) {
1147 if (buf == nullptr) fatal("couldn't allocate buffer for write_zeros");
1149 D("write_zeros(%d) -> %d", bytes, fd);
1162 D("write_zeros() finished");
1243 write_zeros(512*2, fd);