HomeSort by relevance Sort by last modified time
    Searched refs:orig_fstat (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
fstat.c 18 the system's <sys/stat.h> here, so that orig_fstat doesn't recurse to
35 orig_fstat (int fd, struct stat *buf) function
61 result = orig_fstat (fd, buf);
73 # define fstat_nothrow orig_fstat
  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 142 #define orig_fstat ((int(*)(int,struct stat*))aSyscall[5].xOrig) macro
266 return orig_fstat(fd, p);

Completed in 42 milliseconds