HomeSort by relevance Sort by last modified time
    Searched full:my_open (Results 1 - 5 of 5) sorted by null

  /external/blktrace/btt/
misc.c 166 int my_open(const char *path, int flags) function
mmap.c 108 fd = my_open(fname, O_RDONLY);
globals.h 250 int my_open(const char *path, int flags);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
nacl_io.h 150 * int my_open(const char* path, struct fuse_file_info*) {
161 * my_open,
  /external/blktrace/
blktrace.c 676 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);
    [all...]

Completed in 121 milliseconds