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

  /external/bison/lib/
stat.c 20 the system's <sys/stat.h> here, so that orig_stat doesn't recurse to
46 orig_stat (const char *filename, struct stat *buf) function
82 int result = orig_stat (name, st);
128 result = orig_stat (fixed_name, st);
  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 141 #define orig_stat ((int(*)(const char*,struct stat*))aSyscall[4].xOrig) macro
256 return orig_stat(zPath, p);

Completed in 261 milliseconds