HomeSort by relevance Sort by last modified time
    Searched refs:S_ISREG (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/expat/xmlwf/
readfilemap.c 23 #ifndef S_ISREG
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
31 #endif /* not S_ISREG */
63 if (!S_ISREG(sb.st_mode)) {
unixfilemap.c 40 if (!S_ISREG(sb.st_mode)) {
  /bionic/libc/kernel/common/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /development/ndk/platforms/android-3/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /external/e2fsprogs/lib/e2p/
getflags.c 56 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode))
setflags.c 62 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
fgetflags.c 69 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
fsetflags.c 75 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
  /external/elfutils/libdw/
dwarf_begin.c 65 if (fstat64 (fd, &st) == 0 && ! S_ISREG (st.st_mode))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
stat.h 20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 71 # undef S_ISREG
149 #ifndef S_ISREG
151 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
153 # define S_ISREG(m) 0
  /external/kernel-headers/original/linux/
stat.h 25 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /frameworks/base/tools/aapt/
FileFinder.cpp 38 return(S_ISREG(fileStat.st_mode));
  /system/core/libcutils/
ashmem-host.c 108 if (!(buf.st_nlink == 0 && S_ISREG(buf.st_mode))) {
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 105 if (!S_ISREG(filestat.st_mode)) {
  /build/libs/host/
CopyFile.c 217 if (statResult == 0 && !S_ISREG(dstStat.st_mode)) {
362 if (statResult == 0 && !S_ISREG(dstStat.st_mode)
583 if (statResult == 0 && !S_ISREG(srcStat.st_mode))
625 } else if (S_ISREG(srcStat.st_mode)) {

Completed in 1853 milliseconds

1 2 3 4 5