Home
last modified time | relevance | path

Searched refs:stat (Results 1501 - 1525 of 7199) sorted by relevance

1...<<61626364656667686970>>...288

/third_party/node/deps/npm/node_modules/node-gyp/bin/
H A Dnode-gyp.js55 const stat = fs.statSync(dir)
56 if (stat.isDirectory()) {
/third_party/libexif/test/
H A Dtest-fuzzer-persistent.c30 #include <sys/stat.h>
114 struct stat stbuf; in main()
/third_party/libfuse/example/
H A Dhello.c63 static int hello_getattr(const char *path, struct stat *stbuf, in hello_getattr()
69 memset(stbuf, 0, sizeof(struct stat)); in hello_getattr()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddio_truncate.c30 #include <sys/stat.h>
89 struct stat sb; in setup()
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess02.c16 * - file can be stat/read/written/executed as root and nobody
57 struct stat stat_buf; in access_test()
73 TEST(stat(tc->targetname, &stat_buf)); in access_test()
76 tst_res(TFAIL | TTERRNO, "stat(%s) as %s failed", in access_test()
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat08.c52 struct stat buf; in file_test()
78 struct stat buf; in run()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate03.c91 #include <sys/stat.h>
181 struct stat file_stat; in get_blocksize()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c14 #include <sys/stat.h>
32 static struct stat st;
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
H A Dname_to_handle_at01.c13 * - Check that we were able to access a file's stat with name_to_handle_at()
18 #include <sys/stat.h>
82 struct stat file_stat; in run()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen10.c50 struct stat buf; in file_test()
76 struct stat buf; in run()
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
H A Dopen_by_handle_at01.c13 * Check that we were able to access a file's stat which is opened with
18 #include <sys/stat.h>
88 struct stat file_stat; in run()
/third_party/ltp/testcases/kernel/syscalls/fchown/
H A Dfchown02.c20 #include <sys/stat.h>
48 struct stat stat_buf; in run()
/third_party/ltp/testcases/kernel/syscalls/ftruncate/
H A Dftruncate04.c29 #include <sys/stat.h>
65 struct stat sb; in ftruncate_expect_success()
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify08.c29 #include <sys/stat.h>
133 struct stat buf; in setup()
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat04.c86 struct stat buf; in setup()
120 struct stat buf; in file_test()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_cmdline.c31 #include <sys/stat.h>
65 struct stat st; in read_file()
77 errx(1, "couldn't stat `%s'", filename); in read_file()
/third_party/musl/libc-test/src/functional/
H A Dutime.c1 #include <sys/stat.h>
16 struct stat st; in main()
/third_party/rust/crates/cxx/book/
H A Dbuild.js36 const stat = fs.statSync(path);
37 if (stat.isDirectory()) {
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dfileserver_example_dirs.c92 struct stat buf; in ahc_echo()
104 if ( (0 == stat (&url[1], &buf)) && in ahc_echo()
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py6 from stat import ST_MODE
145 oldmode = os.stat(file)[ST_MODE] & 0o7777
/third_party/toybox/toys/other/
H A Dmakedevs.c63 struct stat st; in makedevs_main()
100 if (stat(ptr, &st) || !S_ISREG(st.st_mode)) { in makedevs_main()
/third_party/toybox/toys/posix/
H A Dtest.c70 struct stat st; in do_test()
72 // stat or lstat, then handle rwx and s in do_test()
73 if (-1 == ((i<2) ? lstat : stat)(args[1], &st)) return 0; in do_test()
/third_party/skia/third_party/externals/freetype/builds/vms/
H A Dftsystem.c61 #include <sys/stat.h>
211 struct stat stat_buf; in FT_BASE_DEF()
/third_party/skia/infra/bots/
H A Dtest_utils.py60 statA = os.stat(pathA)
61 statB = os.stat(pathB)
/third_party/selinux/libselinux/utils/
H A Dmatchpathcon.c9 #include <sys/stat.h>
140 struct stat buf; in main()

Completed in 9 milliseconds

1...<<61626364656667686970>>...288