Searched
full:st_mode (Results
276 -
300 of
726) sorted by null
<<11121314151617181920>>
/external/e2fsprogs/lib/blkid/ |
save.c | 93 if (ret == 0 && S_ISREG(st.st_mode)) {
|
/external/e2fsprogs/lib/ext2fs/ |
getsize.c | 245 if (S_ISREG(st.st_mode)) {
|
/external/e2fsprogs/util/ |
copy_sparse.c | 106 if (!S_ISREG(fileinfo.st_mode)) {
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MatrixMarketIterator.h | 184 // if (S_ISDIR(st_buf.st_mode)) continue;
|
/external/elfutils/libdw/ |
dwarf_begin.c | 103 if (fstat64 (fd, &st) == 0 && ! S_ISREG (st.st_mode))
|
/external/libppp/src/ |
tcp.c | 173 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) {
|
/external/libselinux/src/ |
android.c | 674 if (selabel_lookup(sehandle, &newcontext, pathname, sb.st_mode) < 0) 723 if (selabel_lookup(sehandle_old, &old_context, pathname, sb.st_mode) < 0) { 728 if (selabel_lookup(sehandle_new, &new_context, pathname, sb.st_mode) < 0) { 782 if (!S_ISDIR(statresult.st_mode))
|
stringrep.c | 115 if (m.st_mode & S_IFDIR) {
|
/external/openssh/ |
authfile.c | 335 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 && 363 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 && 627 if ((st.st_uid == getuid()) && (st.st_mode & 077) != 0) { 632 (u_int)st.st_mode & 0777, filename);
|
/external/openssh/openbsd-compat/ |
mktemp.c | 129 if (!S_ISDIR(sbuf.st_mode)) {
|
realpath.c | 145 if (S_ISLNK(sb.st_mode)) {
|
/external/webrtc/test/testsupport/ |
fileutils.cc | 97 if (!S_ISDIR(path_info.st_mode)) {
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 834 buf->st_mode = obj->yst_mode & ~S_IFMT; // clear out file type bits 838 buf->st_mode |= S_IFDIR; 842 buf->st_mode |= S_IFLNK; 846 buf->st_mode |= S_IFREG;
|
/frameworks/rs/cpu_ref/linkloader/ |
main.cpp | 222 if (!S_ISREG(sb.st_mode)) {
|
/libcore/luni/src/main/native/ |
realpath.cpp | 92 if (lstat(resolved.c_str(), &sb) == 0 && S_ISLNK(sb.st_mode)) {
|
/ndk/sources/host-tools/make-3.81/w32/compat/ |
dirent.c | 44 if ((sb.st_mode & S_IFMT) != S_IFDIR) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 79 if stat.S_ISFIFO(st.st_mode): 90 mode = stat.S_IMODE(st.st_mode) 96 mode = stat.S_IMODE(st.st_mode) 243 mode = os.lstat(fullname).st_mode
|
uu.py | 56 mode = os.stat(in_file).st_mode
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 79 if stat.S_ISFIFO(st.st_mode): 90 mode = stat.S_IMODE(st.st_mode) 96 mode = stat.S_IMODE(st.st_mode) 243 mode = os.lstat(fullname).st_mode
|
uu.py | 56 mode = os.stat(in_file).st_mode
|
/system/core/sh/ |
exec.c | 544 if (!S_ISREG(statb.st_mode)) 561 if ((statb.st_mode & 0100) == 0) 564 if ((statb.st_mode & 010) == 0) 567 if ((statb.st_mode & 01) == 0)
|
/system/core/toolbox/ |
cat.c | 207 if (!S_ISREG(st.st_mode)) {
|
/system/extras/tests/directiotest/ |
directiotest.c | 195 } else if (!S_ISBLK(stat.st_mode)) {
|
/system/vold/ |
Process.cpp | 41 if ((s.st_mode & S_IFMT) != S_IFLNK)
|
fstrim.c | 86 if (!S_ISDIR(sb.st_mode)) {
|
Completed in 589 milliseconds
<<11121314151617181920>>