Home
last modified time | relevance | path

Searched refs:ftruncate64 (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/unistd/
H A Dftruncate.c9 weak_alias(ftruncate, ftruncate64);
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_ftruncate64_test.cpp19 * @tc.desc: Checked whether the ftruncate64 function successfully truncated the file to the specified size and updated
26 EXPECT_EQ(0, ftruncate64(fileno(fptr), SIZE_1024)); in HWTEST_F()
/third_party/NuttX/fs/vfs/
H A Dfs_truncate64.c138 int ftruncate64(int fd, off64_t length) in ftruncate64() function
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h224 #define ftruncate64 ftruncate macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h200 #define ftruncate64 ftruncate macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h227 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h224 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h200 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h205 int ftruncate64(int, off64_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h200 #define ftruncate64 ftruncate macro
/third_party/musl/include/
H A Dunistd.h266 #define ftruncate64 ftruncate macro
/third_party/rust/crates/rustix/src/backend/libc/
H A Doffset.rs27 fstat64 as libc_fstat, fstatat64 as libc_fstatat, ftruncate64 as libc_ftruncate,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1707 pub fn ftruncate64(fd: ::c_int, length: off64_t) -> ::c_int; in ftruncate64() functions

Completed in 15 milliseconds