Home
last modified time | relevance | path

Searched defs:fallocate (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dlegacy_32_bit_support.cpp101 int fallocate(int fd, int mode, off_t offset, off_t length) { in fallocate() function
/bionic/tests/
Dfcntl_test.cpp125 TEST(fcntl, fallocate) { in TEST() argument