HomeSort by relevance Sort by last modified time
    Searched refs:S_IFMT (Results 201 - 225 of 233) sorted by null

1 2 3 4 5 6 7 8910

  /external/zlib/src/examples/
gun.c 523 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 110 # define S_IFMT __S_IFMT
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 205 s = sb.st_mode & S_IFMT;
  /system/extras/tests/fstest/
perm_checker.c 41 #define PERMS(M) (M & ~S_IFMT)
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 70 # ifndef S_IFMT
72 # define S_IFMT _S_IFMT
75 # ifdef S_IFMT
76 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
    [all...]
  /external/genext2fs/
genext2fs.c     [all...]
  /external/libselinux/src/
label_file.c 613 mode &= S_IFMT;
  /external/libxml2/
xmlIO.c 73 # ifndef S_IFMT
75 # define S_IFMT _S_IFMT
78 # ifdef S_IFMT
79 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
    [all...]
  /external/lldb/source/Host/common/
FileSpec.cpp 615 mode_t file_type = file_stats.st_mode & S_IFMT;
    [all...]
  /external/qemu/distrib/libselinux/src/
label_file.c 610 mode &= S_IFMT;
  /system/core/fs_mgr/
fs_mgr.c 207 if ((info.st_mode & S_IFMT) == S_IFLNK)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/pcre/dist/
pcregrep.c 572 return (statbuf.st_mode & S_IFMT) == S_IFDIR;
609 return (statbuf.st_mode & S_IFMT) == S_IFREG;
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 539 EXPECT_EQ(0723, buf.st_mode & ~S_IFMT);
  /external/ppp/pppd/
utils.c 942 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
sys-solaris.c     [all...]
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 834 buf->st_mode = obj->yst_mode & ~S_IFMT; // clear out file type bits
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 20 import static android.system.OsConstants.S_IFMT;
527 sb.append((stat.st_mode & S_IFMT));
544 if ((stat.st_mode & ~S_IFMT) != perms) {
548 sb.append(Integer.toOctalString(stat.st_mode & ~S_IFMT));
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 498 initConstant(env, c, "S_IFMT", S_IFMT);
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 239 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
    [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c     [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp     [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 570 snprintf(buf + 100, 8, "%06o ", s.st_mode & ~S_IFMT);
    [all...]
  /system/core/sdcard/
sdcard.c 433 attr->mode = (attr->mode & S_IFMT) | filtered_mode;
    [all...]

Completed in 1899 milliseconds

1 2 3 4 5 6 7 8910