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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c108 static int ts_fallocate(int fd, off_t off, off_t len);
133 /* 15 */ { "fallocate", (sqlite3_syscall_ptr)ts_fallocate, 0, 0, 0 },
176 ** comments above the implementation of ts_fallocate() for details.
372 static int ts_fallocate(int fd, off_t off, off_t len){ function

Completed in 109 milliseconds