Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dargs.c254 FILE *ofp = my_fopen(fname, "w"); in setup_ofile()
279 fp = my_fopen(fname, "w"); in std_open()
Ddevmap.c67 FILE *fp = my_fopen(fname, "r"); in dev_map_read()
Daqd.c44 if ((ap->fp = my_fopen(oname, "w")) == NULL) { in aqd_alloc()
Dbno_dump.c34 if ((fp = my_fopen(oname, "w")) == NULL) { in bno_dump_open()
Dunplug_hist.c75 if ((fp = my_fopen(oname, "w")) != NULL) { in unplug_hist_free()
Dlatency.c39 if ((fp = my_fopen(oname, "w")) == NULL) in latency_open()
Dseek.c54 if ((fp = my_fopen(oname, "w")) == NULL) { in seek_open()
226 if ((sip->sps_fp = my_fopen(oname, "w")) == NULL) { in seeki_alloc()
Dplat.c43 if ((pp->fp = my_fopen(oname, "w")) == NULL) { in plat_alloc()
Drstats.c44 fip->fp = my_fopen(fip->nm, "w"); in do_open()
Dmisc.c154 FILE *my_fopen(const char *path, const char *mode) in my_fopen() function
Dp_live.c52 ofp = my_fopen(nm, "w"); in do_open()
Ddevs.c114 if ((fp = my_fopen(str, "w")) == NULL) in open_pit()
Dglobals.h255 FILE *my_fopen(const char *path, const char *mode);
Doutput.c714 ofp = my_fopen(fname, "w"); in output_histos()
729 ofp = my_fopen(fname, "w"); in output_histos()
/external/blktrace/
Dblktrace.c677 static FILE *my_fopen(const char *path, const char *mode) in my_fopen() function
1589 iop->ofp = my_fopen(iop->ofn, "w+"); in iop_open()
1913 f = my_fopen(fname, "w+"); in create_output_files()
2041 ofp = my_fopen("/dev/null", "w"); in show_stats()
2136 FILE *ifp = my_fopen(optarg, "r"); in handle_args()
2743 cpus = my_fopen("/sys/devices/system/cpu/online", "r"); in get_online_cpus()