Searched
full:st_mode (Results
426 -
450 of
999) sorted by null
<<11121314151617181920>>
/external/e2fsprogs/debugfs/ |
dump.c | 351 if (!S_ISDIR(st.st_mode)) {
|
/external/e2fsprogs/util/ |
subst.c | 395 chmod(outfn, st.st_mode & ~0222);
|
/external/elfutils/src/ |
ranlib.c | 278 || fchmod (newfd, st.st_mode & ALLPERMS) != 0
|
ar.c | 813 || fchmod (newfd, st.st_mode & ALLPERMS) != 0 1062 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 1268 else if (!S_ISREG (newst.st_mode)) [all...] |
/external/libselinux/src/ |
label_android_property.c | 168 if (!S_ISREG(sb.st_mode))
|
/external/opencv3/modules/core/src/ |
glob.cpp | 167 int is_dir = S_ISDIR( stat_buf.st_mode);
|
/external/toybox/lib/ |
lib.c | 173 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) { 261 if (!stat(rnext->str, &st) && S_ISREG(st.st_mode)) { 410 if (!fstat(fd, &st) && S_ISREG(st.st_mode)) return st.st_size; 641 fchmod(fd, statbuf.st_mode);
|
/external/vboot_reference/futility/ |
misc.c | 247 if (S_ISBLK(sb.st_mode))
|
/external/webrtc/webrtc/base/ |
fileutils.cc | 106 return S_ISDIR(stat_.st_mode);
|
/external/webrtc/webrtc/test/testsupport/ |
fileutils.cc | 198 if (!S_ISDIR(path_info.st_mode)) {
|
/prebuilts/go/darwin-x86/src/syscall/ |
types_freebsd.go | 72 mode_t st_mode;
|
/prebuilts/go/linux-x86/src/syscall/ |
types_freebsd.go | 72 mode_t st_mode;
|
/prebuilts/sdk/tools/linux/bin/ |
acp | |
/system/core/tzdatacheck/ |
tzdatacheck.cpp | 119 if (!S_ISDIR(buf.st_mode)) {
|
/external/avahi/avahi-daemon/ |
glob.c | 569 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) 570 || (S_ISLNK(sb.st_mode) && 572 S_ISDIR(sb.st_mode)))) {
|
/external/compiler-rt/test/BlocksRuntime/ |
testfilerunner.m | 765 if (statb.st_mode & S_IFDIR) return true; 773 if (!(statb.st_mode & S_IFREG)) return false; 774 if (statb.st_mode & S_IXUSR) return true;
|
/external/libchrome/base/files/ |
file_path_watcher_unittest.cc | 860 stat_buf.st_mode |= mode; 862 stat_buf.st_mode &= ~mode; 864 return chmod(path.value().c_str(), stat_buf.st_mode) == 0;
|
/external/ltrace/ |
options.c | 500 } else if (S_ISDIR(st.st_mode)) { 502 } else if (S_ISREG(st.st_mode) || S_ISLNK(st.st_mode)) {
|
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-common.c | 336 *mode = (UInt) buf64.st_mode; 344 *mode = (UInt) buf.st_mode; 361 *mode = (UInt) buf64.st_mode;
|
/system/extras/ext4_utils/ |
ext4_utils.c | 548 return S_ISBLK(st.st_mode); 566 if (S_ISREG(buf.st_mode)) 568 else if (S_ISBLK(buf.st_mode))
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 178 out->st_mode = in->st_mode; 198 out->st_mode = in->st_mode; 334 return S_ISREG(st.st_mode); [all...] |
/external/fio/ |
filesetup.c | 1143 if (S_ISBLK(sb.st_mode)) 1145 else if (S_ISCHR(sb.st_mode)) 1147 else if (S_ISFIFO(sb.st_mode)) 1445 if (S_ISREG(sb.st_mode)) { 1449 if (!S_ISDIR(sb.st_mode))
|
/external/mksh/src/ |
funcs.c | [all...] |
eval.c | [all...] |
/external/selinux/libsemanage/src/ |
semanage_store.c | 534 if (!S_ISDIR(sb.st_mode) || access(path, mode_mask) == -1) { 557 if (!S_ISDIR(sb.st_mode) || access(path, mode_mask) == -1) { 580 if (!S_ISDIR(sb.st_mode) || access(path, mode_mask) == -1) { 601 if (!S_ISREG(sb.st_mode) || access(path, R_OK | W_OK) == -1) { 761 if (S_ISDIR(sb.st_mode)) { 766 } else if (S_ISREG(sb.st_mode) && flag == 1) { 767 if (semanage_copy_file(path, path2, sb.st_mode) < 0) { 798 if (S_ISDIR(buf.st_mode)) { 862 if (!S_ISDIR(sb.st_mode)) { [all...] |
Completed in 832 milliseconds
<<11121314151617181920>>