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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c107 static int ts_fchmod(int fd, mode_t mode);
132 /* 14 */ { "fchmod", (sqlite3_syscall_ptr)ts_fchmod, 0, 0, 0 },
356 static int ts_fchmod(int fd, mode_t mode){ function

Completed in 635 milliseconds