HomeSort by relevance Sort by last modified time
    Searched defs:ret_size (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 97 int fd, ret_size; local
112 ret_size = write(fd, buf, fs->blocksize);
113 if (ret_size < 0) {
117 if (ret_size != (int) fs->blocksize)
125 ret_size = write(fd, buf, fs->blocksize);
126 if (ret_size < 0) {
130 if (ret_size != (int) fs->blocksize)
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 977 DWORD size, ret_size; local
    [all...]

Completed in 140 milliseconds