/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress01.c | 30 #include <sys/stat.h> 126 struct stat statbuf; in child_mapper() 206 struct stat statbuf; in fileokay()
|
/third_party/libinput/src/ |
H A D | path-seat.c | 27 #include <sys/stat.h> 334 struct stat st; in udev_device_from_devnode() 337 if (stat(devnode, &st) < 0) in udev_device_from_devnode()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitProtExecAllocator.c | 86 #include <sys/stat.h> 111 struct stat st; in create_tempfile() 130 if ((stat(dir, &st) == 0) && S_ISDIR(st.st_mode)) in create_tempfile()
|
/third_party/python/Lib/ |
H A D | glob.py | 8 import stat namespace 207 st = os.stat(pathname, dir_fd=dir_fd) 211 return stat.S_ISDIR(st.st_mode)
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | minizip.c | 58 # include <sys/stat.h> 104 struct stat s; /* results of stat() */ 121 /* not all systems allow stat'ing a file with / appended */ 122 if (stat(name,&s)==0)
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 198 struct stat stdev, stdir; in mount_filesystem() 201 if (!stat(dev, &stdev) && !stat(dir, &stdir) in mount_filesystem()
|
/third_party/selinux/secilc/ |
H A D | secilc.c | 35 #include <sys/stat.h> 89 struct stat filedata; in main() 274 rc = stat(argv[i], &filedata); in main() 276 fprintf(stderr, "Could not stat file: %s\n", argv[i]); in main()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deFile.c | 30 #include <sys/stat.h> 42 struct stat st; in deFileExists() 43 int result = stat(filename, &st); in deFileExists()
|
/third_party/zlib/contrib/minizip/ |
H A D | minizip.c | 58 # include <sys/stat.h> 103 struct stat s; /* results of stat() */ in filetime() 120 /* not all systems allow stat'ing a file with / appended */ in filetime() 121 if (stat(name,&s) == 0) in filetime()
|
/third_party/musl/src/stat/ |
H A D | futimens.c | 1 #include <sys/stat.h>
|
H A D | umask.c | 1 #include <sys/stat.h>
|
/third_party/elfutils/tests/ |
H A D | run-strip-reloc.sh | 54 SIZE1=$(stat -c%s $debugfile1) 55 SIZE2=$(stat -c%s $debugfile2)
|
/third_party/elfutils/libelf/ |
H A D | elf_update.c | 36 #include <sys/stat.h> 47 struct stat st; in write_file()
|
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 24 #include <sys/stat.h> 35 #undef stat macro
|
/third_party/alsa-utils/alsactl/ |
H A D | lock.c | 32 #include <sys/stat.h> 49 struct stat st; in state_lock_()
|
/third_party/NuttX/fs/vfs/include/ |
H A D | file.h | 50 #include "sys/stat.h" 143 int (*stat)(struct file *filep, struct stat* st); member
|
/third_party/libsnd/programs/ |
H A D | sndfile-salvage.c | 48 #include <sys/stat.h> 208 struct stat sbuf ; in get_file_length()
|
/third_party/ltp/lib/ |
H A D | tst_tmpdir.c | 62 #include <sys/stat.h> 196 struct stat statbuf; in rmobj()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | cpuset.h | 137 * cpuset_fts_get_stat(cs_entry) - [optional] Get entry's stat(2) pointer 161 #include <sys/stat.h> 259 const struct stat *cpuset_fts_get_stat( 296 CPUSET_FTS_ERR_STAT = 2, /* error - couldn't stat directory */
|
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | roll.py | 114 return (os.stat(path1).st_mode == os.stat(path2).st_mode and
|
/third_party/node/tools/inspector_protocol/ |
H A D | roll.py | 82 return (os.stat(path1).st_mode == os.stat(path2).st_mode and
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | sem_open.c | 11 #include <sys/stat.h> 42 struct stat st; in sem_open()
|
/third_party/ltp/testcases/kernel/lib/ |
H A D | numa_helper.c | 54 struct stat st; in get_nodemask_allnodes() 59 if (stat(fn, &st) == 0) in get_nodemask_allnodes()
|
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/ |
H A D | dirtyc0w_shmem_child.c | 12 #include <sys/stat.h> 179 struct stat st; in main()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify04.c | 17 #include <sys/stat.h> 103 struct stat st; in verify_event() 112 tst_res(TFAIL, "failed to stat event->fd (%s)", in verify_event()
|