Searched refs:stat (Results 1 - 25 of 42) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dacl.h21 #include <sys/stat.h>
23 int file_has_acl (char const *, struct stat const *);
H A Dlstat.c25 #include <sys/stat.h>
29 orig_lstat (const char *filename, struct stat *buf)
35 #include <sys/stat.h>
49 then use stat() to get more info on the referent of FILE.
51 and return -1. Otherwise, return stat's result. */
54 rpl_lstat (const char *file, struct stat *sbuf)
67 Call stat() to get info about the link's referent. */
69 /* If stat fails, then we do the same. */
70 if (stat (file, sbuf) != 0)
77 /* Here, we know stat succeede
[all...]
H A Dtempname.c58 #include <sys/stat.h>
65 # define struct_stat64 struct stat
73 # define __xstat64(version, file, buf) stat (file, buf)
H A Dfile-has-acl.c45 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode.
127 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */
137 /* Note: If ace->a_type = USER_OBJ, ace->a_id is the st_uid from stat().
138 If ace->a_type = GROUP_OBJ, ace->a_id is the st_gid from stat().
155 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */
183 If ace->a_flags = ACE_OWNER, ace->a_who is the st_uid from stat().
184 If ace->a_flags = ACE_GROUP, ace->a_who is the st_gid from stat().
219 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */
221 acl_nontrivial (int count, struct acl_entry *entries, struct stat *sb)
244 Return 0 if it is trivial, i.e. equivalent to a simple stat() mod
[all...]
H A Dsys_stat.in.h3 /* Provide a more complete sys/stat header file.
22 /* This file is supposed to be used on platforms where <sys/stat.h> is
292 without links, stat does just fine. */
293 # define lstat stat
297 extern int rpl_lstat (const char *name, struct stat *buf);
H A Dacl-internal.h155 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode.
173 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */
180 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */
205 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */
206 extern int acl_nontrivial (int count, struct acl_entry *entries, struct stat *sb);
215 Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */
H A Dcopy-acl.c459 struct stat source_statbuf;
463 : stat (src_name, &source_statbuf)) == 0)
H A Dset-mode-acl.c408 struct stat statbuf;
415 ret = stat (name, &statbuf);
/ndk/tests/device/stat/jni/
H A DAndroid.mk4 LOCAL_MODULE := stat
5 LOCAL_SRC_FILES := stat.c
H A Dstat.c18 #include <sys/stat.h>
24 struct stat sb;
26 "/system", "/dev/null", "doesn't exit", "stat"
31 if (stat(paths[i], &sb) != 0)
32 printf("Can't stat path %s\n", paths[i]);
/ndk/sources/host-tools/ndk-stack/elff/
H A Delff-common.h30 #include <sys/stat.h>
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Ddepcomp116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat
[all...]
/ndk/sources/host-tools/make-3.81/config/
H A Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
H A Dutility.hpp40 int stat; local
42 realname = abi::__cxa_demangle(name,NULL,&len,&stat);
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.h118 struct stat;
132 int (*gl_lstat) __PMT ((__const char *, struct stat *));
134 int (*gl_stat) __PMT ((__const char *, struct stat *, ...));
136 int (*gl_stat) __PMT ((__const char *, struct stat *));
H A Dglob.c34 #include <sys/stat.h>
234 # define __stat stat
803 struct stat st;
928 struct stat st;
1027 struct stat st;
1246 /* Since we use the normal file functions we can also use stat()
1248 struct stat st;
/ndk/sources/host-tools/make-3.81/w32/compat/
H A Ddirent.c20 #include <sys/stat.h>
30 struct stat sb;
40 if (stat(pDirName, &sb) != 0) {
/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Dtst-regex2.c11 #include <sys/stat.h>
17 struct stat st;
/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_stdio.cpp21 // For sunpro, it chokes if time.h is included through stat.h
33 # include <sys/stat.h>
47 # include <sys/stat.h> // For _fstat
114 # define STAT stat
165 // Return the size of the file. This is a wrapper for stat.
H A Dfstream_unistd.cpp21 // For sunpro, it chokes if time.h is included through stat.h
32 #include <sys/stat.h> // For stat
60 # define STAT stat
148 // Return the size of the file. This is a wrapper for stat.
/ndk/sources/host-tools/make-3.81/
H A Ddir.c173 /* fake stat entry for a directory */
175 vmsstat_dir (char *name, struct stat *st)
451 struct stat st;
463 /* Remove any trailing '\'. Windows32 stat fails even on valid
472 EINTRLOOP (r, stat (name, &st));
484 /* Couldn't stat the directory. Mark this by
590 struct stat st;
596 /* The directory could not be stat'd or opened. */
653 else if (stat(dir->path_key, &st) == 0 && st.st_mtime > dir->mtime)
868 /* The directory could not be stat'
[all...]
H A Dvmsify.c116 int stat; local
125 stat = lib$sys_trnlog (&name_dsc, &resltlen, &reslt_dsc);
127 if ((stat&1) == 0)
131 if (stat == SS$_NOTRAN)
H A Dvmsfunctions.c145 vms_stat (char *name, struct stat *buf)
231 status = stat (name, buf);
H A Dvpath.c337 not NULL) to its modtime (or zero if no stat call was done), and return 1.
372 its modtime (or zero if no stat call was done), and we return 1.
519 exists, but stat fails for it, confusion results in the
522 struct stat st;
533 EINTRLOOP (e, stat (name, &st)); /* Does it really exist? */
/ndk/sources/cxx-stl/stlport/src/
H A Dstdio_streambuf.cpp24 # include <sys/stat.h>

Completed in 354 milliseconds

12