HomeSort by relevance Sort by last modified time
    Searched refs:open_file (Results 1 - 25 of 42) sorted by null

1 2

  /external/fio/engines/
falloc.c 26 static int open_file(struct thread_data *td, struct fio_file *f) function
100 .open_file = open_file,
fusion-aw.c 81 static int open_file(struct thread_data *td, struct fio_file *f) function
169 .open_file = open_file,
skeleton_external.c 141 .open_file = fio_skeleton_open,
null.c 121 .open_file = fio_null_open,
154 ioengine->open_file = fio_null_open;
cpu.c 107 .open_file = fio_cpuio_open,
glusterfs_sync.c 81 .open_file = fio_gf_open_file,
sync.c 330 .open_file = generic_open_file,
340 .open_file = generic_open_file,
355 .open_file = generic_open_file,
368 .open_file = generic_open_file,
glusterfs_async.c 170 .open_file = fio_gf_open_file,
e4defrag.c 192 .open_file = generic_open_file,
guasi.c 255 .open_file = generic_open_file,
libhdfs.c 226 .open_file = fio_hdfsio_open_file,
mmap.c 271 .open_file = fio_mmapio_open_file,
posixaio.c 253 .open_file = generic_open_file,
solarisaio.c 221 .open_file = generic_open_file,
splice.c 297 .open_file = generic_open_file,
  /external/autotest/client/common_lib/
pidfile.py 12 def open_file(self): member in class:PidFileManager
  /external/autotest/contrib/
dhcp_failed_machines.py 45 def open_file(f): function
51 with open_file(sys.argv[1]) as f:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /external/autotest/client/tests/rmaptest/src/
rmap-test.c 39 void open_file() function
189 open_file();
  /external/boringssl/src/crypto/bio/
file.c 90 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/
ioengine.h 144 int (*open_file)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
  /external/elfutils/src/
elfcmp.c 42 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

Completed in 1190 milliseconds

1 2