Home
last modified time | relevance | path

Searched defs:posix_fallocate64 (Results 1 – 3 of 3) sorted by relevance

/external/musl/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3160 pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in posix_fallocate64() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3889 pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in posix_fallocate64() function