Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/zstd/programs/
H A 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 …]
/aosp_15_r20/external/lz4/programs/
H A Dutil.h228 UTIL_STATIC int UTIL_setFileStat(const char *filename, stat_t *statbuf) in UTIL_setFileStat()
261 UTIL_STATIC int UTIL_getFDStat(int fd, stat_t *statbuf) in UTIL_getFDStat()
274 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat()
289 stat_t statbuf; in UTIL_isRegFD() local
299 stat_t statbuf; in UTIL_isRegFile() local
305 stat_t statbuf; in UTIL_isDirectory() local
323 struct UTIL_TYPE_stat statbuf; in UTIL_getOpenFileSize() local
339 struct UTIL_TYPE_stat statbuf; in UTIL_getFileSize() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fstatat/
H A 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
/aosp_15_r20/external/lz4/tests/
H A 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
H A 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
/aosp_15_r20/external/zstd/tests/
H A 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
/aosp_15_r20/system/core/fs_mgr/
H A Dblockdev.cpp53 struct stat statbuf; in PartitionParent() local
72 struct stat statbuf; in BlockdevName() local
88 struct stat statbuf; in BlockDeviceQueueDepth() local
/aosp_15_r20/external/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress10.c524 struct stat64 statbuf; local
703 struct stat64 statbuf; local
706 struct stat statbuf; local
787 struct stat64 statbuf; local
H A Dmmapstress01.c126 struct stat statbuf; in child_mapper() local
206 struct stat statbuf; in fileokay() local
/aosp_15_r20/external/llvm-libc/test/src/sys/stat/
H A Dfstat_test.cpp35 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
H A Dstat_test.cpp36 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
H A Dlstat_test.cpp36 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dclean.cc42 struct stat statbuf; in CleanPriorFiles() local
89 struct stat statbuf; in CleanPriorFiles() local
/aosp_15_r20/system/extras/boot_control_copy/
H A Dboot_control_copy.cpp42 struct stat statbuf; in get_dev_t_for_partition() local
58 struct stat statbuf; in module_getCurrentSlot() local
/aosp_15_r20/external/e2fsprogs/misc/
H A Dcreate_inode.c475 static errcode_t try_lseek_copy(ext2_filsys fs, int fd, struct stat *statbuf, in try_lseek_copy()
570 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, in copy_file()
629 struct stat statbuf; in do_write_internal() local
/aosp_15_r20/external/mtools/
H A Dplain_io.c42 struct MT_STAT statbuf; member
149 struct MT_STAT *statbuf) { in init_geom_with_reg()
/aosp_15_r20/system/apex/apexd/
H A Dapexd_loop.cpp145 struct stat statbuf; in BlockdevName() local
163 struct stat statbuf; in BlockDeviceQueueDepth() local
/aosp_15_r20/external/libxml2/fuzz/
H A DgenSeed.c249 struct stat statbuf; in processPattern() local
335 struct stat statbuf; in processXPath() local
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/sanitizer/
H A Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/i686-unknown-linux-musl/include/sanitizer/
Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/sanitizer/
Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/include/sanitizer/
Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/aarch64-unknown-linux-musl/include/sanitizer/
Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/aarch64-unknown-linux-musl/include/sanitizer/
Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/linux/arm-unknown-linux-musleabihf/include/sanitizer/
Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]

1234567