Searched refs:open_file (Results 1 - 25 of 34) sorted by relevance

12

/external/fio/engines/
H A Dfalloc.c26 static int open_file(struct thread_data *td, struct fio_file *f) function
100 .open_file = open_file,
H A Dfusion-aw.c81 static int open_file(struct thread_data *td, struct fio_file *f) function
169 .open_file = open_file,
H A Dskeleton_external.c141 .open_file = fio_skeleton_open,
H A Dnull.c121 .open_file = fio_null_open,
154 ioengine->open_file = fio_null_open;
H A Dcpu.c107 .open_file = fio_cpuio_open,
H A Dglusterfs_sync.c81 .open_file = fio_gf_open_file,
H A Dsync.c330 .open_file = generic_open_file,
340 .open_file = generic_open_file,
355 .open_file = generic_open_file,
368 .open_file = generic_open_file,
H A Dglusterfs_async.c170 .open_file = fio_gf_open_file,
H A De4defrag.c192 .open_file = generic_open_file,
H A Dguasi.c255 .open_file = generic_open_file,
H A Dlibhdfs.c226 .open_file = fio_hdfsio_open_file,
H A Dmmap.c271 .open_file = fio_mmapio_open_file,
H A Dposixaio.c253 .open_file = generic_open_file,
H A Dsolarisaio.c221 .open_file = generic_open_file,
H A Dsplice.c297 .open_file = generic_open_file,
H A Dlibaio.c372 .open_file = generic_open_file,
H A Dbinject.c422 .open_file = fio_binject_open_file,
/external/autotest/client/common_lib/
H A Dpidfile.py12 def open_file(self): member in class:PidFileManager
/external/autotest/contrib/
H A Ddhcp_failed_machines.py45 def open_file(f): function
51 with open_file(sys.argv[1]) as f:
/external/autotest/client/tests/rmaptest/src/
H A Drmap-test.c39 void open_file() function
189 open_file();
/external/boringssl/src/crypto/bio/
H A Dfile.c90 static FILE *open_file(const char *filename, const char *mode) { function
130 file = open_file(filename, mode);
259 fp = open_file(ptr, p);
/external/fio/
H A Dioengine.h144 int (*open_file)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
H A Dfilesetup.c212 if (td->io_ops->open_file(td, f)) {
290 if (td->io_ops->open_file(td, f)) {
321 if (td->io_ops->open_file(td, f)) {
/external/elfutils/src/
H A Delfcmp.c42 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
164 Elf *elf1 = open_file (fname1, &fd1, &ebl1);
169 Elf *elf2 = open_file (fname2, &fd2, &ebl2);
728 open_file (const char *fname, int *fdp, Ebl **eblp) function
/external/autotest/tko/
H A Dparse.py461 pid_file_manager.open_file()

Completed in 422 milliseconds

12