HomeSort by relevance Sort by last modified time
    Searched refs:stat (Results 426 - 450 of 5197) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/lib/e2p/
fgetflags.c 34 #include <sys/stat.h>
50 struct stat buf;
53 if (stat (name, &buf) == -1)
  /external/e2fsprogs/misc/
mklost+found.c 24 #include <sys/stat.h>
36 struct stat st;
71 if (stat (LPF, &st) == -1) {
72 perror ("stat");
  /external/google-breakpad/src/common/android/testing/
mkdtemp.h 47 #include <sys/stat.h>
77 struct stat st;
80 ret = stat(path, &st);
  /external/libcap-ng/libcap-ng-0.7/
depcomp 124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat=$
    [all...]
  /external/libmtp/examples/
sendfile.c 29 #include <sys/stat.h>
52 struct stat sb;
57 if ( stat(from_path, &sb) == -1 ) {
59 perror("stat");
  /external/libnfnetlink/build-aux/
depcomp 136 stat=$?
137 if test $stat -eq 0; then :
140 exit $stat
159 stat=$?
160 if test $stat -eq 0; then :
163 exit $stat
202 stat=$?
203 if test $stat -eq 0; then :
206 exit $stat
264 stat=$
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 10 #include <sys/stat.h>
55 struct stat st;
57 if (stat(file_name.c_str(), &st) == 0) {
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 118 struct statvfs stat; local
121 ret = statvfs(path, &stat);
126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \
132 if (stat.f_flag & ST_RDONLY)
134 if (stat.f_flag & ST_NOSUID)
136 if (stat.f_flag & ST_NODEV)
138 if (stat.f_flag & ST_NOEXEC)
140 if (stat.f_flag & ST_NOATIME)
142 if (stat.f_flag & ST_NODIRATIME)
144 if (stat.f_flag & ST_RELATIME
    [all...]
  /external/linux-kselftest/tools/testing/selftests/sync/
sync_test.c 32 #include <sys/stat.h>
67 struct stat sbuf;
70 ret = stat("/sys/kernel/debug/sync/sw_sync", &sbuf);
80 ksft_exit_fail_msg("stat failed on /sys/kernel/debug/sync/sw_sync: %s",
  /external/ltp/lib/
get_path.c 39 #include <sys/stat.h>
45 struct stat st;
47 if (!access(path, R_OK) && !stat(path, &st) && S_ISREG(st.st_mode))
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod01.c 72 #include <sys/stat.h>
94 struct stat stat_buf;
120 if (stat(TESTFILE, &stat_buf) < 0)
122 "stat(%s) failed", TESTFILE);
chmod03.c 75 #include <sys/stat.h>
102 struct stat stat_buf;
121 if (stat(TESTFILE, &stat_buf) < 0) {
123 "stat(%s) failed", TESTFILE);
chmod04.c 75 #include <sys/stat.h>
102 struct stat stat_buf; /* stat struct. */
128 * stat(2).
130 if (stat(TESTDIR, &stat_buf) < 0) {
132 "stat(2) of %s failed, errno:%d",
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd02.c 31 #include <sys/stat.h>
49 struct stat sb;
51 if (!stat(dirpath, &sb) && S_ISDIR(sb.st_mode))
  /external/ltp/testcases/kernel/syscalls/read/
read03.c 47 #include <sys/stat.h>
58 struct stat buf;
121 if (stat(fifo, &buf) != 0) {
122 tst_brkm(TBROK, cleanup, "stat() failed, errno: %d", errno);
  /external/ltp/testcases/kernel/syscalls/rename/
rename05.c 60 #include <sys/stat.h>
75 struct stat buf1, buf2;
150 if (stat(mdir, &buf2) != -1) {
rename07.c 9 * stat,open,rename,mkdir,close
43 #include <sys/stat.h>
58 struct stat buf1, buf2;
122 if (stat(fdir, &buf1) != -1) {
  /external/perf_data_converter/src/
perf_to_profile_lib.cc 10 #include <sys/stat.h>
14 struct stat file_stat;
15 return stat(path.c_str(), &file_stat) != -1;
  /external/perfetto/include/perfetto/traced/
data_source_types.h 20 #include <sys/stat.h>
31 using Inode = decltype(stat::st_ino);
34 using BlockDeviceID = decltype(stat::st_dev);
  /external/python/cpython2/Misc/
setuid-prog.c 52 #include <sys/stat.h>
127 struct stat statb;
150 if (stat(FULL_PATH, &statb) < 0) {
151 perror("stat");
  /external/python/cpython2/Tools/scripts/
cvsfiles.py 15 import stat
66 st = os.stat(filename)
69 return st[stat.ST_MTIME]
  /external/strace/tests/
ustat.c 34 # include <sys/stat.h>
51 struct stat st;
52 if (stat(".", &st))
53 perror_msg_and_fail("stat");
  /external/strace/tests-m32/
ustat.c 34 # include <sys/stat.h>
51 struct stat st;
52 if (stat(".", &st))
53 perror_msg_and_fail("stat");
  /external/strace/tests-mx32/
ustat.c 34 # include <sys/stat.h>
51 struct stat st;
52 if (stat(".", &st))
53 perror_msg_and_fail("stat");
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
depcomp 124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat=$
    [all...]

Completed in 1094 milliseconds

<<11121314151617181920>>