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

  /bootable/recovery/
fuse_sdcard_provider.c 59 static void close_file(void* cookie) { function
93 vtab.close = close_file;
  /external/fio/engines/
fusion-aw.c 113 goto close_file;
126 goto close_file;
130 goto close_file;
141 close_file:
151 static int close_file(struct thread_data *td, struct fio_file *f) function
170 .close_file = close_file,
  /external/e2fsprogs/tests/progs/
random_exercise.c 130 void close_file(int fd) function
164 close_file(fd);
  /external/fio/
ioengine.h 145 int (*close_file)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops

Completed in 261 milliseconds