Home
last modified time | relevance | path

Searched defs:posix_fallocate (Results 1 – 25 of 36) sorted by relevance

12

/external/trusty/musl/src/fcntl/
Dposix_fallocate.c4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
/external/musl/src/fcntl/
Dposix_fallocate.c4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
/external/toybox/lib/
Dportability.c385 int posix_fallocate(int fd, off_t offset, off_t length) in posix_fallocate() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/wasi/
Dmod.rs739 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/wasi/
Dmod.rs739 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/wasi/
Dmod.rs739 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/emscripten/
Dmod.rs1463 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/emscripten/
Dmod.rs1463 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1687 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/haiku/
Dmod.rs1813 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/unix/haiku/
Dmod.rs1813 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/haiku/
Dmod.rs1813 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1609 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/
Dmod.rs1613 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/bsd/freebsdlike/
Dmod.rs1613 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/solarish/
Dmod.rs2709 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/solarish/
Dmod.rs2709 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/unix/nto/
Dmod.rs2992 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/unix/solarish/
Dmod.rs2850 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Dmod.rs2992 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Dmod.rs2992 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/aix/
Dmod.rs3066 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/unix/aix/
Dmod.rs3064 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/aix/
Dmod.rs3066 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/android/
Dmod.rs3758 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function

12