Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/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 *, in
[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_pointe
[all...]
/third_party/ninja/src/
H A Ddeps_log_test.cc142 struct stat64 st; in TEST_F()
143 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F()
168 struct stat64 st; in TEST_F()
169 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F()
210 struct stat64 st; in TEST_F()
211 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F()
238 struct stat64 st; in TEST_F()
239 ASSERT_EQ(0, stat64(kTestFilename, &st)); in TEST_F()
294 struct stat64 st; in TEST_F()
295 ASSERT_EQ(0, stat64(kTestFilenam in TEST_F()
[all...]
H A Ddisk_interface.cc221 struct stat64 st;
222 if (stat64(path.c_str(), &st) < 0) {
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstatat64_test.cpp26 struct stat64 st; in HWTEST_F()
48 struct stat64 st; in HWTEST_F()
71 struct stat64 st; in HWTEST_F()
H A Dstat_fstat64_test.cpp28 struct stat64 statBuf; in HWTEST_F()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c90 REAL_FUNCTION_POINTER(stat64); variable
229 GET_FUNCTION_POINTER(stat64); in init_shim()
341 PUBLIC int __xstat64(int ver, const char *path, struct stat64 *st) in __xstat64()
391 PUBLIC int __fxstat64(int ver, int fd, struct stat64 *st) in __fxstat64()
442 PUBLIC int stat64(const char* path, struct stat64* stat_buf) in stat64() function
491 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_nftw64_test.cpp39 static int CheckNftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) in CheckNftw64()
45 static int NullCallback(const char* fpath, const struct stat64* sb, int, FTW* ftwbuf) in NullCallback()
/third_party/f2fs-tools/tools/
H A Dfibmap.c66 void print_stat(struct stat64 *st) in print_stat()
92 static void stat_bdev(struct stat64 *st, unsigned int *start_lba) in stat_bdev()
143 struct stat64 st;
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c263 int lstat64_path(pathname_t *, struct stat64 *);
276 int stat64_path(pathname_t *, struct stat64 *);
656 struct stat64 statbuf; in check_cwd()
658 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino) in check_cwd()
753 struct stat64 statbuf; in doproc()
761 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) { in doproc()
783 rval = stat64(".", &statbuf); in doproc()
993 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path()
1286 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path()
1292 rval = stat64(nam in stat64_path()
[all...]
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h102 #define stat64 stat macro
103 int fstat64(int, struct stat64 *);
/third_party/ltp/testcases/kernel/syscalls/fstatat/
H A Dfstatat01.c63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat()
84 static struct stat64 statbuf; in main()
/third_party/gptfdisk/
H A Ddiskio-unix.cc44 #define stat64 stat macro
61 struct stat64 st; in OpenForRead()
438 struct stat64 st; in DiskSize()
H A Ddiskio.cc24 #define stat64 stat macro
H A Ddiskio.h34 #define stat64 stat macro
/third_party/musl/src/stat/
H A Dstat.c10 weak_alias(stat, stat64);
/third_party/musl/compat/time32/
H A Dstat_time32.c17 weak_alias(stat, stat64);
/third_party/rust/crates/libc/src/fuchsia/
H A Daarch64.rs30 pub struct stat64 { structure names
/third_party/alsa-lib/src/ucm/
H A Dmain.c169 struct stat64 st; in read_tlv_file()
221 struct stat64 st; in binary_file_parse()
239 if (stat64(filepath, &st) == -1) { in binary_file_parse()
/third_party/pulseaudio/src/utils/
H A Dpadsp.c131 static int (*_stat64)(const char *, struct stat64 *) = NULL;
133 static int (*___xstat64)(int, const char *, struct stat64 *) = NULL;
214 _stat64 = (int (*)(const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "stat64"); \
230 ___xstat64 = (int (*)(int, const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "__xstat64"); \
2486 struct stat64 parent;
2510 ret = stat64("/dev", &parent);
2538 #undef stat64 macro
2540 int stat64(const char *pathname, struct stat64 *bu function
[all...]
/third_party/alsa-lib/include/
H A Dlocal.h82 #define stat64 stat macro
91 #define stat64 stat macro
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress10.c524 struct stat64 statbuf;
703 struct stat64 statbuf;
787 struct stat64 statbuf;
/third_party/gn/src/base/files/
H A Dfile.h29 typedef struct stat64 stat_wrapper_t;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h102 #define stat64 stat macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h102 #define stat64 stat macro

Completed in 17 milliseconds

1234