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

1 2 3 45 6 7 8

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 404 #ifndef S_ISREG
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 128 return S_ISREG(st.st_mode);
  /external/e2fsprogs/lib/ext2fs/
getsize.c 245 if (S_ISREG(st.st_mode)) {
  /external/libselinux/src/
label_android_property.c 168 if (!S_ISREG(sb.st_mode)) {
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 222 if (!S_ISREG(sb.st_mode)) {
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 400 S_ISREG(stats.st_mode) ||
442 else if(S_ISREG(stats.st_mode))
mkyaffsimage.c 413 S_ISREG(stats.st_mode) ||
451 else if(S_ISREG(stats.st_mode))
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 23 import static libcore.io.OsConstants.S_ISREG;
523 if (S_ISREG(st.st_mode) || S_ISLNK(st.st_mode)) {
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 508 #ifndef S_ISREG
509 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 508 #ifndef S_ISREG
509 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 508 #ifndef S_ISREG
509 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 508 #ifndef S_ISREG
509 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /external/e2fsprogs/resize/
main.c 292 if (!S_ISREG(st_buf.st_mode )) {
  /external/liblzf/
lzf.c 396 if (!S_ISREG (mystat.st_mode))
  /external/linux-tools-perf/
builtin-help.c 385 || !S_ISREG(st.st_mode))
  /external/linux-tools-perf/util/
help.c 116 !S_ISREG(st.st_mode))
  /external/qemu/android/utils/
timezone.c 266 else if ( S_ISREG(ent_st.st_mode) && (depth >= 1 && depth <= 2) )
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 108 if (!S_ISREG(st->st_mode)) {
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 231 if (!S_ISREG(statInFile.st_mode)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 166 elif stat.S_ISREG(a_type):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 166 elif stat.S_ISREG(a_type):
  /system/core/cpio/
mkbootfs.c 236 if(S_ISREG(s.st_mode)){
  /system/core/libdiskconfig/
diskconfig.c 321 } else if (S_ISREG(stat.st_mode)) {
  /external/chromium_org/content/common/
plugin_list_posix.cc 175 bool ret = (fstat(fd, &stat_buf) >= 0 && S_ISREG(stat_buf.st_mode));
  /external/libmtp/examples/
sendtr.c 193 } else if (S_ISREG (sb.st_mode)) {

Completed in 1384 milliseconds

1 2 3 45 6 7 8