HomeSort by relevance Sort by last modified time
    Searched refs:S_ISREG (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
stat.h 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/ndk/9/platforms/android-9/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/chromium_org/third_party/skia/src/ports/
SkOSFile_posix.cpp 52 if (!S_ISREG(status.st_mode)) {
  /external/e2fsprogs/lib/e2p/
fgetflags.c 71 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
fsetflags.c 77 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
  /external/kernel-headers/original/linux/
stat.h 25 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /external/skia/src/ports/
SkOSFile_posix.cpp 52 if (!S_ISREG(status.st_mode)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 49 def S_ISREG(mode):
genericpath.py 32 return stat.S_ISREG(st.st_mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 49 def S_ISREG(mode):
genericpath.py 32 return stat.S_ISREG(st.st_mode)
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 49 if (S_ISREG(sb->st_mode) == 0)
119 if (S_ISREG(sbuf.st_mode) && path == NULL &&
  /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)) {
  /external/chromium/base/test/
test_file_util_posix.cc 84 } else if (S_ISREG(info.stat.st_mode)) {
  /external/oprofile/libutil/
op_file.c 29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 114 if (stat(path, &st) == 0 && S_ISREG(st.st_mode)) {
  /ndk/sources/host-tools/make-3.81/
make.h 175 # ifdef S_ISREG
176 # undef S_ISREG
183 #ifndef S_ISREG
184 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
  /external/bison/lib/
sys_stat.in.h 95 # undef S_ISREG
173 #ifndef S_ISREG
175 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
177 # define S_ISREG(m) 0
  /external/grub/stage2/
fsys_minix.c 153 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
416 if (!S_ISREG (INODE->i_mode))

Completed in 538 milliseconds

1 23 4 5 6 7 8