Home
last modified time | relevance | path

Searched refs:stat (Results 526 - 550 of 2365) sorted by relevance

1...<<21222324252627282930>>...95

/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress01.c30 #include <sys/stat.h>
126 struct stat statbuf; in child_mapper()
206 struct stat statbuf; in fileokay()
/third_party/libinput/src/
H A Dpath-seat.c27 #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 DsljitProtExecAllocator.c86 #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 Dglob.py8 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 Dminizip.c58 # 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 Dmount.c198 struct stat stdev, stdir; in mount_filesystem()
201 if (!stat(dev, &stdev) && !stat(dir, &stdir) in mount_filesystem()
/third_party/selinux/secilc/
H A Dsecilc.c35 #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 DdeFile.c30 #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 Dminizip.c58 # 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 Dfutimens.c1 #include <sys/stat.h>
H A Dumask.c1 #include <sys/stat.h>
/third_party/elfutils/tests/
H A Drun-strip-reloc.sh54 SIZE1=$(stat -c%s $debugfile1)
55 SIZE2=$(stat -c%s $debugfile2)
/third_party/elfutils/libelf/
H A Delf_update.c36 #include <sys/stat.h>
47 struct stat st; in write_file()
/third_party/ffmpeg/libavutil/
H A Dfile_open.c24 #include <sys/stat.h>
35 #undef stat macro
/third_party/alsa-utils/alsactl/
H A Dlock.c32 #include <sys/stat.h>
49 struct stat st; in state_lock_()
/third_party/NuttX/fs/vfs/include/
H A Dfile.h50 #include "sys/stat.h"
143 int (*stat)(struct file *filep, struct stat* st); member
/third_party/libsnd/programs/
H A Dsndfile-salvage.c48 #include <sys/stat.h>
208 struct stat sbuf ; in get_file_length()
/third_party/ltp/lib/
H A Dtst_tmpdir.c62 #include <sys/stat.h>
196 struct stat statbuf; in rmobj()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuset.h137 * 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 Droll.py114 return (os.stat(path1).st_mode == os.stat(path2).st_mode and
/third_party/node/tools/inspector_protocol/
H A Droll.py82 return (os.stat(path1).st_mode == os.stat(path2).st_mode and
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dsem_open.c11 #include <sys/stat.h>
42 struct stat st; in sem_open()
/third_party/ltp/testcases/kernel/lib/
H A Dnuma_helper.c54 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 Ddirtyc0w_shmem_child.c12 #include <sys/stat.h>
179 struct stat st; in main()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify04.c17 #include <sys/stat.h>
103 struct stat st; in verify_event()
112 tst_res(TFAIL, "failed to stat event->fd (%s)", in verify_event()

Completed in 11 milliseconds

1...<<21222324252627282930>>...95