Home
last modified time | relevance | path

Searched defs:statbuf (Results 1 – 25 of 103) sorted by relevance

12345

/external/ltp/testcases/kernel/syscalls/fstatat/
Dfstatat01.c63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat()
68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat()
73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat()
84 static struct stat64 statbuf; in main() local
86 static struct stat statbuf; in main() local
/external/llvm-libc/test/src/sys/stat/
Dfstat_test.cpp35 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
Dstat_test.cpp36 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
Dlstat_test.cpp36 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
/external/zstd/programs/
Dutil.c172 int UTIL_fstat(const int fd, const char* filename, stat_t* statbuf) in UTIL_fstat()
199 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat()
206 stat_t statbuf; in UTIL_isRegularFile() local
214 int UTIL_isRegularFileStat(const stat_t* statbuf) in UTIL_isRegularFileStat()
224 int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions) in UTIL_chmod()
229 int UTIL_fchmod(const int fd, char const* filename, const stat_t* statbuf, mode_t permissions) in UTIL_fchmod()
265 int UTIL_utime(const char* filename, const stat_t *statbuf) in UTIL_utime()
298 int UTIL_setFileStat(const char *filename, const stat_t *statbuf) in UTIL_setFileStat()
303 int UTIL_setFDStat(const int fd, const char *filename, const stat_t *statbuf) in UTIL_setFDStat()
353 stat_t statbuf; in UTIL_isDirectory() local
[all …]
/external/lz4/tests/
DabiTest.c124 struct _stat64 statbuf; in getFileSize() local
128 struct stat statbuf; in getFileSize() local
140 struct _stat64 statbuf; in isDirectory() local
144 struct stat statbuf; in isDirectory() local
DroundTripTest.c152 struct _stat64 statbuf; in getFileSize() local
156 struct stat statbuf; in getFileSize() local
168 struct _stat64 statbuf; in isDirectory() local
172 struct stat statbuf; in isDirectory() local
/external/zstd/tests/
DroundTripCrash.c162 struct _stat64 statbuf; in getFileSize() local
166 struct stat statbuf; in getFileSize() local
178 struct _stat64 statbuf; in isDirectory() local
182 struct stat statbuf; in isDirectory() local
/external/lz4/programs/
Dutil.h356 UTIL_STATIC int UTIL_setFileStat(const char *filename, stat_t *statbuf) in UTIL_setFileStat()
389 UTIL_STATIC int UTIL_getFDStat(int fd, stat_t *statbuf) in UTIL_getFDStat()
402 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat()
418 stat_t statbuf; in UTIL_isRegFD() local
429 stat_t statbuf; in UTIL_isRegFile() local
437 stat_t statbuf; in UTIL_isDirectory() local
453 struct UTIL_TYPE_stat statbuf; in UTIL_getOpenFileSize() local
469 struct UTIL_TYPE_stat statbuf; in UTIL_getFileSize() local
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress10.c524 struct stat64 statbuf; local
703 struct stat64 statbuf; local
706 struct stat statbuf; local
787 struct stat64 statbuf; local
/external/e2fsprogs/tests/progs/
Dhold_inode.c24 struct stat statbuf; in main() local
/external/linux-kselftest/tools/testing/selftests/splice/
Dsplice_read.c32 struct stat statbuf; in main() local
/external/ltp/testcases/kernel/syscalls/umask/
Dumask01.c21 struct stat statbuf; in verify_umask() local
/external/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c71 struct stat statbuf; in open_block_device() local
/external/ltp/testcases/kernel/syscalls/creat/
Dcreat03.c25 struct stat statbuf; in verify_creat() local
/external/ltp/testcases/kernel/device-drivers/include/
DuserBlockInclude.c73 struct stat statbuf; in open_block_device() local
/external/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir02.c27 struct stat statbuf; in verify_mkdir() local
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dlink_pinning.c15 struct stat statbuf = {}; in test_link_pinning_subtest() local
/external/eigen/bench/spbench/
Dspbenchsolver.cpp43 std::ofstream statbuf; in main() local
/external/ltp/testcases/kernel/syscalls/write/
Dwrite06.c38 struct stat statbuf; in verify_write() local
/external/ltp/testcases/kernel/syscalls/utime/
Dutime03.c58 struct stat statbuf; in run() local
/external/antlr/runtime/Cpp/include/
Dantlr3filestream.inl18 struct _stat statbuf; local
/external/curl/src/
Dtool_filetime.c79 struct_stat statbuf; in getfiletime() local
/external/minijail/
Dlandlock_util.c45 struct stat statbuf; in populate_ruleset_internal() local
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate05.c40 struct stat statbuf; in setup() local

12345