HomeSort by relevance Sort by last modified time
    Searched full:s_isreg (Results 76 - 100 of 283) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
stat.h 37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
stat.h 37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
stat.h 37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
stat.h 37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /system/core/libcutils/
ashmem-host.c 86 if (!(buf.st_nlink == 0 && S_ISREG(buf.st_mode))) {
  /toolchain/binutils/binutils-2.25/libiberty/
unlink-if-ordinary.c 68 && (S_ISREG (st.st_mode) || S_ISLNK (st.st_mode)))
  /external/ImageMagick/MagickWand/
studio.h 198 # if !defined(S_ISREG)
199 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
  /external/libcap/libcap/
cap_file.c 248 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) {
280 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.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 &&
  /system/core/base/
file.cpp 153 bool file_type_removable = (result == 0 && S_ISREG(st.st_mode));
156 bool file_type_removable = (result == 0 && (S_ISREG(st.st_mode) || S_ISLNK(st.st_mode)));
  /external/bsdiff/
file.cc 98 if (S_ISREG(stbuf.st_mode)) {
  /external/libmicrohttpd/src/examples/
fileserver_example_dirs.c 105 (S_ISREG (buf.st_mode)) )
fileserver_example_external_select.c 73 (S_ISREG (buf.st_mode)) )
  /external/skia/src/ports/
SkOSFile_posix.cpp 68 if (!S_ISREG(status.st_mode)) {
  /external/toybox/toys/other/
makedevs.c 98 if (stat(ptr, &st) || !S_ISREG(st.st_mode)) {
modinfo.c 77 if (S_ISREG(new->st.st_mode)) {
switch_root.c 76 if (stat(*cmdline, &st1) || !S_ISREG(st1.st_mode) || !(st1.st_mode&0100)) {
  /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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
genericpath.py 32 return stat.S_ISREG(st.st_mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/
genericpath.py 32 return stat.S_ISREG(st.st_mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 32 return stat.S_ISREG(st.st_mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 32 return stat.S_ISREG(st.st_mode)
  /external/ImageMagick/MagickCore/
studio.h 197 # if !defined(S_ISREG)
198 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 27 Implements the same interface as stat.S_ISREG(x).
171 allowed_fd_type_check = lambda x: (stat.S_ISREG(x) or

Completed in 1724 milliseconds

1 2 34 5 6 7 8 91011>>