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

  /system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c 52 .op_write = write,
dd.h 60 ssize_t (*op_write)(int, const void *, size_t); member in struct:ddfops
71 #define ddop_write(dir, a1, a2, a3) dir.ops->op_write(a1, a2, a3)
dd.c 104 .op_write = write,
593 rv = io->ops->op_write(io->fd, buf, len);
  /external/google-breakpad/src/third_party/libdisasm/
x86_operand_list.c 107 if (! (list->op.access & op_write) ) {
118 (list->op.access & op_write ) ) {
123 if (! (list->op.access & op_write) ||
134 if (! (list->op.access & op_write) ||
libdis.h 208 op_write = 2, enumerator in enum:x86_op_access
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 126 op_write = 2,
  /external/e2fsprogs/misc/
fuse2fs.c 2206 static int op_write(const char *path EXT2FS_ATTR((unused)), function
    [all...]

Completed in 511 milliseconds