Searched
full:st_mode (Results
476 -
500 of
999) sorted by null
<<11121314151617181920>>
/external/selinux/libselinux/src/ |
label_db.c | 286 if (!S_ISREG(sb.st_mode)) {
|
/external/selinux/libselinux/utils/ |
sefcontext_compile.c | 410 rc = fchmod(fd, buf.st_mode);
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.c | 444 if (S_ISLNK(m.st_mode)) {
|
/external/selinux/policycoreutils/setfiles/ |
setfiles.c | 396 if (!S_ISREG(sb.st_mode)) {
|
/external/squashfs-tools/squashfs-tools/ |
sort.c | 202 switch(buf->st_mode & S_IFMT) {
|
/external/toybox/toys/posix/ |
grep.c | 322 if (S_ISDIR(new->st.st_mode)) return DIRTREE_RECURSE;
|
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 264 if (!S_ISREG(statInFile.st_mode)) {
|
/hardware/bsp/intel/peripheral/libmraa/src/pwm/ |
pwm.c | 256 if (stat(directory, &dir) == 0 && S_ISDIR(dir.st_mode)) {
|
/libcore/ojluni/src/main/native/ |
UnixFileSystem_md.c | 108 *mode = sb.st_mode;
|
/libcore/tzdata/update/src/test/libcore/tzdata/update/ |
FileUtilsTest.java | 304 (sb.st_mode & mask) == mask);
|
/system/core/toolbox/ |
newfs_msdos.c | 386 if (!S_ISREG(sb.st_mode)) 389 if (!S_ISCHR(sb.st_mode)) 393 check_mounted(fname, sb.st_mode); 505 if (!S_ISREG(sb.st_mode) || sb.st_size % bpb.bps || [all...] |
/system/update_engine/payload_generator/ |
ext2_filesystem.cc | 196 file.file_stat.st_mode = it_inode.i_mode;
|
/toolchain/binutils/binutils-2.25/bfd/ |
plugin.c | 299 if (stat(full_name, &s) == 0 && S_ISREG (s.st_mode))
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
callback.h | 177 Example: "st_dev,4:st_ino,4:st_mode,4:..." */
|
/toolchain/binutils/binutils-2.25/libiberty/ |
make-relative-prefix.c | 292 if (stat (nstore, &st) >= 0 && S_ISREG (st.st_mode))
|
/external/autotest/client/site_tests/network_ShillInitScripts/ |
network_ShillInitScripts.py | 222 self.assure(stat.S_ISDIR(os.lstat(path).st_mode), 234 self.assure(stat.S_ISLNK(os.lstat(path).st_mode),
|
/external/bison/darwin-lib/sys/ |
stat.h | 513 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) 521 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD) [all...] |
/external/bison/lib/ |
sys_stat.in.h | 201 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) 209 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
|
/external/bison/linux-lib/sys/ |
stat.h | 513 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) 521 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD) [all...] |
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 72 ['st_mode', 'st_size', 'st_time']) 351 where the stat object has the properties: st_mode, st_size, and st_time.
|
/external/dnsmasq/src/ |
tftp.c | 248 if (stat(daemon->namebuff, &statbuf) == -1 || !S_ISDIR(statbuf.st_mode)) 321 if (!(statbuf.st_mode & S_IROTH))
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 545 if (S_ISBLK(st.st_mode)) 608 (S_ISBLK(st.st_mode))) {
|
/external/elfutils/src/ |
strings.c | 177 (fstat (STDIN_FILENO, &st) == 0 && S_ISREG (st.st_mode)) 200 || !S_ISREG (st.st_mode)
|
/external/elfutils/tests/ |
elfstrmerge.c | 369 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS); 653 if (fchmod (fdnew, st.st_mode & ALLPERMS) != 0)
|
/external/libcap-ng/libcap-ng-0.7/src/ |
cap-ng.c | 545 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) {
|
Completed in 2235 milliseconds
<<11121314151617181920>>