HomeSort by relevance Sort by last modified time
    Searched refs:st_mode (Results 276 - 300 of 314) sorted by null

<<111213

  /external/jhead/
jhead.c     [all...]
  /external/ppp/pppd/
utils.c 939 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
auth.c     [all...]
sys-solaris.c     [all...]
  /external/qemu/android/camera/
camera-capture-linux.c 504 if (!S_ISCHR(st.st_mode)) {
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 385 return S_ISDIR(s.st_mode);
    [all...]
  /frameworks/base/media/mtp/
MtpServer.cpp     [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 487 if ((buf.st_mode & (S_IXUSR | S_IWUSR)) != (S_IXUSR | S_IWUSR))
    [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c     [all...]
  /system/core/adb/
commandline.c     [all...]
  /system/core/sdcard/
sdcard.c 206 attr->mode = s->st_mode;
  /system/core/toolbox/
dd.c 297 if (S_ISCHR(sb.st_mode))
  /external/e2fsprogs/e2fsck/
profile.c 270 if ((stat(fn, &st) < 0) || !S_ISREG(st.st_mode)) {
    [all...]
  /external/mksh/src/
var.c 1185 stat(s, &statb) == 0 && S_ISDIR(statb.st_mode))
    [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pcre/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /bionic/linker/
linker.c 609 if ((stat(name, &filestat) >= 0) && S_ISREG(filestat.st_mode)) {
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c     [all...]
  /external/e2fsprogs/misc/
mke2fs.c 1104 if (!stat(file, &statbuf) && S_ISREG(statbuf.st_mode))
    [all...]
  /external/elfutils/src/
strip.c 304 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS,
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 665 if (S_ISDIR(stat_info.st_mode)) {
    [all...]
  /external/iptables/iptables/
xtables.c 385 if (!S_ISREG(s.st_mode))
    [all...]
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]

Completed in 3705 milliseconds

<<111213