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

  /external/e2fsprogs/misc/
uuidd.c 115 int op_len; local
150 op_len = 1;
153 op_len += sizeof(int);
156 ret = write(s, op_buf, op_len);
157 if (ret < op_len) {
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 400 int op_len; local
434 op_len = 1;
437 op_len += sizeof(*num);
441 ret = write(s, op_buf, op_len);

Completed in 791 milliseconds