Home
last modified time | relevance | path

Searched refs:my_fopen (Results 1 – 13 of 13) sorted by relevance

/external/blktrace/btt/
Dargs.c248 FILE *ofp = my_fopen(fname, "w"); in setup_ofile()
273 fp = my_fopen(fname, "w"); in std_open()
Daqd.c44 if ((ap->fp = my_fopen(oname, "w")) == NULL) { in aqd_alloc()
Ddevmap.c67 FILE *fp = my_fopen(fname, "r"); in dev_map_read()
Dbno_dump.c38 if ((fp = my_fopen(oname, "w")) == NULL) in bno_dump_open()
Dunplug_hist.c74 if ((fp = my_fopen(oname, "w")) != NULL) { in unplug_hist_free()
Dlatency.c41 if ((fp = my_fopen(oname, "w")) == NULL) in latency_open()
Dplat.c43 if ((pp->fp = my_fopen(oname, "w")) == NULL) { in plat_alloc()
Dseek.c54 if ((fp = my_fopen(oname, "w")) == NULL) in seek_open()
227 if ((sip->sps_fp = my_fopen(oname, "w")) == NULL) in seeki_alloc()
Dmisc.c155 FILE *my_fopen(const char *path, const char *mode) in my_fopen() function
Ddevs.c117 FILE *fp = my_fopen(str, "w"); in open_pit()
Dglobals.h249 FILE *my_fopen(const char *path, const char *mode);
Doutput.c684 ofp = my_fopen(fname, "w"); in output_histos()
699 ofp = my_fopen(fname, "w"); in output_histos()
/external/blktrace/
Dblktrace.c665 static FILE *my_fopen(const char *path, const char *mode) in my_fopen() function
1534 iop->ofp = my_fopen(iop->ofn, "w+"); in iop_open()
1953 ofp = my_fopen("/dev/null", "w"); in show_stats()
2048 FILE *ifp = my_fopen(optarg, "r"); in handle_args()