/third_party/node/deps/npm/node_modules/node-gyp/bin/ |
H A D | node-gyp.js | 55 const stat = fs.statSync(dir) 56 if (stat.isDirectory()) {
|
/third_party/libexif/test/ |
H A D | test-fuzzer-persistent.c | 30 #include <sys/stat.h> 114 struct stat stbuf; in main()
|
/third_party/libfuse/example/ |
H A D | hello.c | 63 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 D | dio_truncate.c | 30 #include <sys/stat.h> 89 struct stat sb; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access02.c | 16 * - 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 D | creat08.c | 52 struct stat buf; in file_test() 78 struct stat buf; in run()
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate03.c | 91 #include <sys/stat.h> 181 struct stat file_stat; in get_blocksize()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise01.c | 14 #include <sys/stat.h> 32 static struct stat st;
|
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
H A D | name_to_handle_at01.c | 13 * - 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 D | open10.c | 50 struct stat buf; in file_test() 76 struct stat buf; in run()
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
H A D | open_by_handle_at01.c | 13 * 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 D | fchown02.c | 20 #include <sys/stat.h> 48 struct stat stat_buf; in run()
|
/third_party/ltp/testcases/kernel/syscalls/ftruncate/ |
H A D | ftruncate04.c | 29 #include <sys/stat.h> 65 struct stat sb; in ftruncate_expect_success()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify08.c | 29 #include <sys/stat.h> 133 struct stat buf; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat04.c | 86 struct stat buf; in setup() 120 struct stat buf; in file_test()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_cmdline.c | 31 #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 D | utime.c | 1 #include <sys/stat.h> 16 struct stat st; in main()
|
/third_party/rust/crates/cxx/book/ |
H A D | build.js | 36 const stat = fs.statSync(path); 37 if (stat.isDirectory()) {
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | fileserver_example_dirs.c | 92 struct stat buf; in ahc_echo() 104 if ( (0 == stat (&url[1], &buf)) && in ahc_echo()
|
/third_party/python/Lib/distutils/command/ |
H A D | build_scripts.py | 6 from stat import ST_MODE 145 oldmode = os.stat(file)[ST_MODE] & 0o7777
|
/third_party/toybox/toys/other/ |
H A D | makedevs.c | 63 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 D | test.c | 70 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 D | ftsystem.c | 61 #include <sys/stat.h> 211 struct stat stat_buf; in FT_BASE_DEF()
|
/third_party/skia/infra/bots/ |
H A D | test_utils.py | 60 statA = os.stat(pathA) 61 statB = os.stat(pathB)
|
/third_party/selinux/libselinux/utils/ |
H A D | matchpathcon.c | 9 #include <sys/stat.h> 140 struct stat buf; in main()
|