/kernel/linux/linux-5.10/include/linux/ |
H A D | stat.h | 6 #include <asm/stat.h> 7 #include <uapi/linux/stat.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stat.h | 6 #include <asm/stat.h> 7 #include <uapi/linux/stat.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-002-posix-eq.c | 21 #include <sys/stat.h> 28 struct stat st0, st1, st2; in main()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | stat.h | 24 struct stat { struct 69 struct stat { struct
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_files.h | 35 #include "sys/stat.h"
61 int (*stat)(struct MountPoint *, const char *, struct stat *);
member
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_files.h | 20 #include "sys/stat.h"
40 S32 (*stat)(struct TagMountPoint *, const char *, struct stat *);
member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | stat.h | 24 struct stat { struct 69 struct stat { struct
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_008.cpp | 46 struct stat buf;
in GetFileMode() 47 stat(filePath, &buf);
in GetFileMode() 74 fileName.push_back("sched.stat");
in ItProcessPlimits008() 79 fileName.push_back("memory.stat");
in ItProcessPlimits008()
|
/third_party/curl/lib/ |
H A D | config-win32ce.h | 65 /* Define if you have the <sys/stat.h> header file. */ 301 extern int stat(const char *path, struct stat *buffer);
|
/third_party/node/test/parallel/ |
H A D | test-repl-history-perm.js | 39 const stat = fs.statSync(replHistoryPath); 40 const fileMode = stat.mode & 0o777;
|
/third_party/node/tools/v8/ |
H A D | node_common.py | 12 import stat namespace 52 os.chmod(path, stat.S_IWRITE)
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link05.c | 14 #include <sys/stat.h> 27 struct stat fbuf, lbuf; in verify_link() 45 "files, stat values do not match %d %d", in verify_link() 56 "stat linkcounts match %d", in verify_link()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open01.c | 22 #include <sys/stat.h> 46 struct stat buf; in verify_open()
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid04.c | 29 #include <sys/stat.h> 76 struct stat buf; in setresgid_verify()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink04.c | 77 #include <sys/stat.h> 93 struct stat stat_buf; /* stat structure buffer */ in main()
|
H A D | symlink05.c | 77 #include <sys/stat.h> 93 struct stat stat_buf; /* stat structure buffer */ in main()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | mongo_slinks.c | 7 #include <sys/stat.h> 25 struct stat statbuf; in main() 51 // stat data of symlink itself in main()
|
/third_party/ltp/testcases/kernel/security/dirtyc0w/ |
H A D | dirtyc0w_child.c | 11 #include <sys/stat.h> 93 struct stat st; in main()
|
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
H A D | chmod05.c | 30 #include <sys/stat.h> 49 struct stat stat_buf; in test_chmod()
|
/third_party/ltp/testcases/kernel/syscalls/stat/ |
H A D | stat03.c | 11 * check stat() with various error conditions that should produce 47 struct stat stat_buf; in verify_stat() 49 TST_EXP_FAIL(stat(tc->pathname, &stat_buf), tc->exp_errno); in verify_stat()
|
H A D | stat01.c | 11 * Verify that, stat(2) succeeds to get the status of a file and fills the 12 * stat structure elements regardless of whether process has or doesn't 41 struct stat stat_buf; in verify_stat() 43 TST_EXP_PASS(stat(tc->pathname, &stat_buf)); in verify_stat()
|
/third_party/ltp/testcases/kernel/syscalls/ustat/ |
H A D | ustat02.c | 15 #include <sys/stat.h> 54 struct stat buf; in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | posix_fallocate.c | 17 #include <sys/stat.h> 29 struct stat sb; in posix_fallocate_0100()
|
/third_party/python/Tools/scripts/ |
H A D | byteyears.py | 10 from stat import * 14 # Use lstat() to stat files if it exists, else stat() 18 statfunc = os.stat 47 sys.stderr.write("can't stat %r: %r\n" % (filename, msg))
|
H A D | which.py | 11 from stat import * 31 st = os.stat(filename)
|