Searched refs:my_open (Results 1 - 4 of 4) sorted by relevance

/external/blktrace/btt/
H A Dmisc.c166 int my_open(const char *path, int flags) function
H A Dmmap.c108 fd = my_open(fname, O_RDONLY);
H A Dglobals.h250 int my_open(const char *path, int flags);
/external/blktrace/
H A Dblktrace.c676 static int my_open(const char *path, int flags) function
1086 fd = my_open(fn, O_RDONLY);
1218 fd = my_open(path, O_RDONLY | O_NONBLOCK);
1619 iop->ifd = my_open(iop->ifn, O_RDONLY | O_NONBLOCK);

Completed in 76 milliseconds