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

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 98 static int ts_fstat(int fd, struct stat *p);
123 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
262 static int ts_fstat(int fd, struct stat *p){ function

Completed in 145 milliseconds