Home
last modified time | relevance | path

Searched refs:posix_fallocate64 (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/src/fcntl/
Dposix_fallocate.c10 weak_alias(posix_fallocate, posix_fallocate64);
/third_party/musl/porting/linux/user/include/
Dfcntl.h209 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h200 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/ndk_musl_include/
Dfcntl.h209 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/rust/crates/rustix/src/backend/libc/
Doffset.rs365 pub(super) use c::posix_fallocate64 as libc_posix_fallocate;
/third_party/musl/
Dlibc.map.txt1264 posix_fallocate64;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt3105 posix_fallocate64
Dandroid.txt3222 posix_fallocate64
/third_party/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
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3955 pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in posix_fallocate64() function