Searched refs:fstatat64 (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_fstatat64_test.cpp | 14 * @tc.desc: Verify the functionality of the fstatat64() function by creating a directory, retrieving the file status 15 * information using fstatat64() with the AT_SYMLINK_NOFOLLOW flag to ensure that any symbolic links in the 28 EXPECT_EQ(0, fstatat64(AT_FDCWD, linkName, &st, AT_NO_AUTOMOUNT)); in HWTEST_F() 36 * @tc.desc: Verify the functionality of the fstatat64() function by creating a directory, retrieving the file status 37 * information using fstatat64() with the AT_SYMLINK_NOFOLLOW flag to ensure that any symbolic links in the 50 int ret = fstatat64(AT_FDCWD, linkName, &st, AT_SYMLINK_NOFOLLOW); in HWTEST_F() 59 * @tc.desc: Verify the functionality of the fstatat64() function by creating a directory, retrieving the file status 60 * information using fstatat64() with the AT_EMPTY_PATH flag to specify that the path refers to the current 73 int ret = fstatat64(AT_FDCWD, linkName, &st, AT_EMPTY_PATH); in HWTEST_F()
|
/third_party/musl/compat/time32/ |
H A D | fstatat_time32.c | 17 weak_alias(fstatat, fstatat64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | stat.h | 105 #define fstatat64 fstatat macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | stat.h | 105 #define fstatat64 fstatat macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | stat.h | 105 #define fstatat64 fstatat macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | stat.h | 105 #define fstatat64 fstatat macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | stat.h | 105 #define fstatat64 fstatat macro
|
/third_party/musl/include/sys/ |
H A D | stat.h | 162 #define fstatat64 fstatat macro
|
/third_party/musl/src/stat/ |
H A D | fstatat.c | 157 weak_alias(fstatat, fstatat64);
|
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | offset.rs | 27 fstat64 as libc_fstat, fstatat64 as libc_fstatat, ftruncate64 as libc_ftruncate,
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1701 pub fn fstatat64( in fstatat64() functions
|
Completed in 9 milliseconds