HomeSort by relevance Sort by last modified time
    Searched full:st_mode (Results 226 - 250 of 726) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
stat.h 49 unsigned int st_mode; member in struct:stat
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
stat.h 49 unsigned int st_mode; member in struct:stat
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
stat.h 49 unsigned int st_mode; member in struct:stat
  /system/core/libcutils/
ashmem-host.c 108 if (!(buf.st_nlink == 0 && S_ISREG(buf.st_mode))) {
  /system/core/libdiskconfig/
diskconfig.c 251 if (S_ISBLK(stat.st_mode) && ((rv = ioctl(fd, BLKRRPART, NULL)) < 0)) {
299 if (S_ISBLK(stat.st_mode)) {
321 } else if (S_ISREG(stat.st_mode)) {
373 if (S_ISBLK(stat.st_mode) && total_size > disk_size) {
  /system/core/toolbox/
wipe.c 125 if(S_ISDIR(statBuffer.st_mode)) {
  /external/e2fsprogs/misc/
chattr.c 244 if (!S_ISDIR(st.st_mode))
266 if (S_ISDIR(st.st_mode) && recursive)
  /external/elfutils/libelf/
elf_update.c 136 && unlikely (st.st_mode & (S_ISUID | S_ISGID))
138 && unlikely (fchmod (elf->fildes, st.st_mode) != 0))
  /external/openssh/
sshpty.c 252 if ((st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) != mode) {
255 (st.st_mode & (S_IRGRP | S_IROTH)) == 0)
auth.c 170 if (S_ISREG(st.st_mode) == 0 ||
171 (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) {
383 (st.st_mode & 022) != 0)) {
445 (st.st_mode & 022) != 0) {
469 (st.st_mode & 022) != 0) {
509 if (!S_ISREG(st.st_mode)) {
scp.c 754 switch (stb.st_mode & S_IFMT) {
792 (u_int) (stb.st_mode & FILEMODEMASK),
871 (u_int) (statp->st_mode & FILEMODEMASK), 0, last);
932 if (stat(targ, &stb) == 0 && S_ISDIR(stb.st_mode))
1039 if (!S_ISDIR(stb.st_mode)) {
1123 if (wrerr == NO && (!exists || S_ISREG(stb.st_mode)) &&
1254 if (S_ISDIR(stb.st_mode))
  /external/stlport/src/details/
fstream_unistd.cpp 106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode);
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode))
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 146 ALOGV("st_mode = %u", sb.st_mode);
  /frameworks/native/cmds/installd/
commands.c 74 if (S_ISDIR(libStat.st_mode)) {
79 } else if (S_ISLNK(libStat.st_mode)) {
224 if (S_ISDIR(libStat.st_mode)) {
231 } else if (S_ISLNK(libStat.st_mode)) {
812 if ((statbuf->st_mode&S_IFDIR) == 0) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode);
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode))
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 177 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM)
185 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 105 from stat import ST_ATIME, ST_MTIME, ST_MODE, S_IMODE
157 os.chmod(dst, S_IMODE(st[ST_MODE]))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 105 from stat import ST_ATIME, ST_MTIME, ST_MODE, S_IMODE
157 os.chmod(dst, S_IMODE(st[ST_MODE]))
  /external/qemu/block/
raw-posix.c 588 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) {
643 if (!fstat(fd, &sb) && (S_IFCHR & sb.st_mode)) {
831 (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode))) {
987 else if (!S_ISBLK(stat_buf.st_mode) && !S_ISCHR(stat_buf.st_mode))
    [all...]
  /external/genext2fs/
genext2fs.c     [all...]
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 520 stat_buf.st_mode |= mode;
522 stat_buf.st_mode &= ~mode;
524 return chmod(path.value().c_str(), stat_buf.st_mode) == 0;
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 105 return S_ISDIR(st.st_mode) != 0;
262 return S_ISDIR(st.st_mode);
313 return res == 0 && !S_ISDIR(st.st_mode);
  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 94 return S_ISDIR(st.st_mode) != 0;
256 return S_ISDIR(st.st_mode);
311 return res == 0 && !S_ISDIR(st.st_mode);
  /external/liblzf/
lzf.c 396 if (!S_ISREG (mystat.st_mode))
435 fchmod (fd2, mystat.st_mode);
437 chmod (oname, mystat.st_mode);
  /system/core/run-as/
package.c 119 if ((st.st_mode & S_IWOTH) != 0) {
181 if (!S_ISDIR(st.st_mode))
189 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0)

Completed in 1294 milliseconds

1 2 3 4 5 6 7 8 91011>>