HomeSort by relevance Sort by last modified time
    Searched refs:S_ISREG (Results 126 - 150 of 216) sorted by null

1 2 3 4 56 7 8 9

  /external/libselinux/src/
label_android_property.c 168 if (!S_ISREG(sb.st_mode)) {
  /external/qemu/distrib/libselinux/src/
label_android_property.c 168 if (!S_ISREG(sb.st_mode)) {
  /frameworks/av/media/libmedia/
MediaScanner.cpp 196 if (S_ISREG(statbuf.st_mode)) {
  /frameworks/base/cmds/idmap/
scan.cpp 215 if (!S_ISREG(st.st_mode)) {
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 220 if (!S_ISREG(sb.st_mode)) {
  /system/core/toolbox/upstream-netbsd/bin/cat/
cat.c 267 if (!S_ISREG(st.st_mode)) {
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 251 return (S_ISREG(sb.st_mode) ?
  /external/elfutils/0.153/src/
strings.c 174 (fstat64 (STDIN_FILENO, &st) == 0 && S_ISREG (st.st_mode))
197 || !S_ISREG (st.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 android.system.OsConstants.S_ISREG;
524 if (S_ISREG(st.st_mode) || S_ISLNK(st.st_mode)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 556 #ifndef S_ISREG
557 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 398 if (S_ISREG(buf->st_mode))
1122 if (!S_ISREG(buf->st_mode)) {
    [all...]
  /external/e2fsprogs/resize/
main.c 294 if (!S_ISREG(st_buf.st_mode )) {
  /external/f2fs-tools/fsck/
dump.c 236 if (!S_ISREG(imode)) {
  /external/f2fs-tools/lib/
libf2fs.c 444 if (S_ISREG(stat_buf.st_mode)) {
  /external/liblzf/
lzf.c 396 if (!S_ISREG (mystat.st_mode))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c 378 || !S_ISREG(st.st_mode)) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.c 111 !S_ISREG(st.st_mode))
  /external/qemu/android/utils/
timezone.c 267 else if ( S_ISREG(ent_st.st_mode) && (depth >= 1 && depth <= 2) )
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 228 if (!S_ISREG(statInFile.st_mode)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 159 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /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 239 if(S_ISREG(s.st_mode)){

Completed in 2011 milliseconds

1 2 3 4 56 7 8 9