Home
last modified time | relevance | path

Searched refs:stat (Results 1176 - 1200 of 7968) sorted by relevance

1...<<41424344454647484950>>...319

/kernel/linux/linux-5.10/include/linux/
H A Dstat.h6 #include <asm/stat.h>
7 #include <uapi/linux/stat.h>
/kernel/linux/linux-6.6/include/linux/
H A Dstat.h6 #include <asm/stat.h>
7 #include <uapi/linux/stat.h>
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dfd-002-posix-eq.c21 #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 Dstat.h24 struct stat { struct
69 struct stat { struct
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h35 #include "sys/stat.h"
61 int (*stat)(struct MountPoint *, const char *, struct stat *); member
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h20 #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 Dstat.h24 struct stat { struct
69 struct stat { struct
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_008.cpp46 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 Dconfig-win32ce.h65 /* 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 Dtest-repl-history-perm.js39 const stat = fs.statSync(replHistoryPath);
40 const fileMode = stat.mode & 0o777;
/third_party/node/tools/v8/
H A Dnode_common.py12 import stat namespace
52 os.chmod(path, stat.S_IWRITE)
/third_party/ltp/testcases/kernel/syscalls/link/
H A Dlink05.c14 #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 Dopen01.c22 #include <sys/stat.h>
46 struct stat buf; in verify_open()
/third_party/ltp/testcases/kernel/syscalls/setresgid/
H A Dsetresgid04.c29 #include <sys/stat.h>
76 struct stat buf; in setresgid_verify()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink04.c77 #include <sys/stat.h>
93 struct stat stat_buf; /* stat structure buffer */ in main()
H A Dsymlink05.c77 #include <sys/stat.h>
93 struct stat stat_buf; /* stat structure buffer */ in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo_slinks.c7 #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 Ddirtyc0w_child.c11 #include <sys/stat.h>
93 struct stat st; in main()
/third_party/ltp/testcases/kernel/syscalls/chmod/
H A Dchmod05.c30 #include <sys/stat.h>
49 struct stat stat_buf; in test_chmod()
/third_party/ltp/testcases/kernel/syscalls/stat/
H A Dstat03.c11 * 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 Dstat01.c11 * 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 Dustat02.c15 #include <sys/stat.h>
54 struct stat buf; in setup()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fallocate.c17 #include <sys/stat.h>
29 struct stat sb; in posix_fallocate_0100()
/third_party/python/Tools/scripts/
H A Dbyteyears.py10 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 Dwhich.py11 from stat import *
31 st = os.stat(filename)

Completed in 11 milliseconds

1...<<41424344454647484950>>...319