HomeSort by relevance Sort by last modified time
    Searched refs:S_ISREG (Results 226 - 250 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /system/core/adb/
file_sync_client.cpp 690 if ((S_ISREG(ci.mode & mode) && timestamp == ci.time) ||
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 244 if (S_ISREG(stat.st_mode)) {
  /system/update_engine/common/
utils.cc 430 if (S_ISREG(stbuf.st_mode))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
opncls.c 688 && S_ISREG(buf.st_mode))
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c 857 return S_ISREG(st_mode);
859 return S_ISREG(st_mode) || S_ISDIR(st_mode) ||
    [all...]
  /system/vold/
cryptfs.c 639 if (S_ISREG(statbuf.st_mode)) {
774 if (S_ISREG(statbuf.st_mode) && (statbuf.st_size != 0x4000)) {
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 839 if (S_ISREG(buf.st_mode) && buf.st_size < oper->start)
    [all...]
  /external/bzip2/
bzip2.c 80 # define MY_S_ISREG S_ISREG
    [all...]
  /external/curl/src/
tool_operate.c 333 heads.s_isreg = TRUE;
623 outs.s_isreg = TRUE;
684 if(S_ISREG(fileinfo.st_mode))
    [all...]
  /external/dnsmasq/src/
cache.c 991 if ((ah1->flags & AH_DIR) && stat(ah1->fname, &buf) != -1 && !S_ISREG(buf.st_mode))
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 270 if ((stat(fn, &st) < 0) || !S_ISREG(st.st_mode)) {
    [all...]
  /external/elfutils/src/
ar.c 1268 else if (!S_ISREG (newst.st_mode))
    [all...]
  /external/fio/
filesetup.c 1445 if (S_ISREG(sb.st_mode)) {
init.c 817 if (S_ISREG(sb.st_mode) && strncmp(filename, "\\\\.\\", 4) != 0)
    [all...]
  /external/mksh/src/
main.c 1342 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ?
    [all...]
  /external/ppp/pppd/
main.c     [all...]
  /external/strace/
strace.c 1240 S_ISREG(statbuf.st_mode) &&
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h     [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 587 } else if (S_ISREG(s.st_mode)) {
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 975 if (!S_ISREG(st.st_mode)) {
    [all...]
  /external/ImageMagick/coders/
ps.c 363 if ((status != MagickFalse) && S_ISREG(attributes.st_mode) &&
    [all...]
  /external/curl/lib/vtls/
darwinssl.c     [all...]
nss.c 310 if(S_ISREG(st.st_mode))
    [all...]
  /external/iptables/libxtables/
xtables.c 394 if (!S_ISREG(s.st_mode))
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 939 if (r == 0 && S_ISREG(statbuf.st_mode)) {
    [all...]

Completed in 1324 milliseconds

1 2 3 4 5 6 7 8 91011