Home
last modified time | relevance | path

Searched defs:open_file (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/common_lib/
Dpidfile.py12 def open_file(self): member in PidFileManager
/external/autotest/contrib/
Ddhcp_failed_machines.py45 def open_file(f): function
/external/fio/engines/
Dfalloc.c26 static int open_file(struct thread_data *td, struct fio_file *f) in open_file() function
Dfusion-aw.c81 static int open_file(struct thread_data *td, struct fio_file *f) in open_file() function
/external/autotest/client/tests/rmaptest/src/
Drmap-test.c39 void open_file() in open_file() function
/external/boringssl/src/crypto/bio/
Dfile.c90 static FILE *open_file(const char *filename, const char *mode) { in open_file() function
/external/elfutils/src/
Delfcmp.c728 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() function
Dunstrip.c2054 open_file (const char *file, bool writable) in open_file() function
/external/fio/
Dioengine.h144 int (*open_file)(struct thread_data *, struct fio_file *); member