Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw64.h111 extern int test_func1(const char *, const struct stat64 *, int, struct FTW *);
112 extern int test_func3(const char *, const struct stat64 *, int, struct FTW *);
113 extern int test_func4(const char *, const struct stat64 *, int, struct FTW *);
114 extern int test_func5(const char *, const struct stat64 *, int, struct FTW *);
115 extern int test_func7(const char *, const struct stat64 *, int, struct FTW *);
116 extern int test_func8(const char *, const struct stat64 *, int, struct FTW *);
117 extern int test_func9(const char *, const struct stat64 *, int, struct FTW *);
118 extern int test_func10(const char *, const struct stat64 *, int, struct FTW *);
119 extern int test_func11(const char *, const struct stat64 *, int, struct FTW *);
120 extern int test_func12(const char *, const struct stat64 *, int, struct FTW *);
[all …]
H A Dtest_func64.c41 test_func1(const char *path_name, const struct stat64 *stat_pointer, in test_func1()
75 test_func3(const char *path_name, const struct stat64 *stat_pointer, in test_func3()
100 test_func4(const char *path_name, const struct stat64 *stat_pointer, in test_func4()
113 test_func5(const char *path_name, const struct stat64 *stat_pointer, in test_func5()
137 test_func7(const char *path_name, const struct stat64 *stat_pointer, in test_func7()
168 test_func8(const char *path_name, const struct stat64 *stat_pointer, in test_func8()
250 test_func9(const char *path_name, const struct stat64 *stat_pointer, in test_func9()
286 test_func10(const char *path_name, const struct stat64 *stat_pointer, in test_func10()
321 test_func11(const char *path_name, const struct stat64 *stat_pointer, in test_func11()
356 test_func12(const char *path_name, const struct stat64 *stat_pointer, in test_func12()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dstat.h219 struct stat *__restrict __buf), stat64)
224 # define stat stat64
229 extern int stat64 (const char *__restrict __file,
230 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
231 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
255 struct stat64 *__restrict __buf, int __flag)
278 struct stat64 *__restrict __buf)
433 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
436 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
438 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dstat.h219 struct stat *__restrict __buf), stat64)
224 # define stat stat64
229 extern int stat64 (const char *__restrict __file,
230 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
231 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
255 struct stat64 *__restrict __buf, int __flag)
278 struct stat64 *__restrict __buf)
433 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
436 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
438 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
[all …]
/aosp_15_r20/bionic/tests/
H A Dftw_test.cpp90 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64()
100 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) { in check_nftw64()
154 ASSERT_EQ(0, ftw64(root.path, bug_28197840_ftw<struct stat64>, 128)); in TEST()
156 ASSERT_EQ(0, nftw64(root.path, bug_28197840_nftw<struct stat64>, 128, FTW_PHYS)); in TEST()
174 ASSERT_EQ(-1, ftw64("/does/not/exist", null_ftw_callback<struct stat64>, 128)); in TEST()
183 ASSERT_EQ(-1, nftw64("/does/not/exist", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST()
192 ASSERT_EQ(-1, ftw64("", null_ftw_callback<struct stat64>, 128)); in TEST()
201 ASSERT_EQ(-1, nftw64("", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm64_armv8-a_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_64_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv7-a-neon_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv8-a_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm64_armv8-a_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv7-a-neon_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm64_armv8-a_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_x86_64_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_64_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(…
148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv7-a-neon_shared/gen/include/sys/
Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* _Nonnull __buf) __RENAME_STAT64(fstat, 3, 21);
146 int fstatat64(int __dir_fd, const char* _Nonnull __path, struct stat64* _Nonnull __buf, int __flags…
148 int lstat64(const char* _Nonnull __path, struct stat64* _Nonnull __buf) __RENAME_STAT64(lstat, 3, 2…
150 int stat64(const char* _Nonnull __path, struct stat64* _Nonnull __buf) __RENAME_STAT64(stat, 3, 21);
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/sys/
H A Dstat.h103 struct stat64 { __STAT64_BODY }; struct
144 int fstat64(int __fd, struct stat64* _Nonnull __buf);
146 int fstatat64(int __dir_fd, const char* _Nonnull __path, struct stat64* _Nonnull __buf, int __flags…
148 int lstat64(const char* _Nonnull __path, struct stat64* _Nonnull __buf);
150 int stat64(const char* _Nonnull __path, struct stat64* _Nonnull __buf);

12345678910>>...43