OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ts_fallocate
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_syscall.c
108
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 159 milliseconds