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

1 2 3 4 5 6 78 910

  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
gfs2_ondisk.h 177 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
179 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
gfs2_ondisk.h 177 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
179 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
gfs2_ondisk.h 177 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
179 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
gfs2_ondisk.h 177 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
179 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
gfs2_ondisk.h 177 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
179 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
gfs2_ondisk.h 177 #define DT2IF(dt) (((dt) << 12) & S_IFMT)
179 #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.cc 93 if ((statbuf.st_mode & S_IFMT) == S_IFDIR) {
105 mode = statbuf.st_mode & ~S_IFMT;
192 if ((statbuf.st_mode & S_IFMT) == S_IFDIR) {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 401 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
409 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 401 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
409 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
    [all...]
  /system/core/toolbox/
ls.c 38 switch(mode & S_IFMT){
198 switch(s->st_mode & S_IFMT) {
267 switch(s->st_mode & S_IFMT) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fseek.c 131 (st.st_mode & S_IFMT) != S_IFREG) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 391 EXPECT_EQ(S_IFREG, statbuf.st_mode & S_IFMT);
392 EXPECT_EQ(S_IRALL | S_IWALL | S_IXALL, statbuf.st_mode & ~S_IFMT);
409 EXPECT_EQ(S_IFDIR, statbuf.st_mode & S_IFMT);
410 EXPECT_EQ(S_IRALL | S_IWALL | S_IXALL, statbuf.st_mode & ~S_IFMT);
  /external/oprofile/libutil++/
file_manip.cpp 47 mode_t mode = buf.st_mode & ~S_IFMT;
  /external/webrtc/test/testsupport/
fileutils.cc 23 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
  /external/strace/
file.c 541 if ((mode & S_IFMT) == 0)
543 else if ((s = xlookup(modetypes, mode & S_IFMT)) == NULL) {
551 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX);
630 switch (statbuf.st_mode & S_IFMT) {
677 switch (statbuf.st_mode & S_IFMT) {
742 switch (statbuf.st_mode & S_IFMT) {
786 switch (statbuf->st_mode & S_IFMT) {
991 switch (statbuf.st_mode & S_IFMT) {
1134 switch (statbuf.st_mode & S_IFMT) {
1340 switch (mode & S_IFMT) {
    [all...]
  /build/libs/host/
CopyFile.c 183 if (chmod(dst, pSrcStat->st_mode & ~(S_IFMT)) != 0) {
185 dst, pSrcStat->st_mode & ~(S_IFMT), strerror(errno)));
  /ndk/sources/host-tools/make-3.81/
make.h 184 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
  /external/chromium_org/third_party/webrtc/test/testsupport/
fileutils.cc 32 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 189 int type = st.st_mode & S_IFMT;
  /system/vold/
Process.cpp 41 if ((s.st_mode & S_IFMT) != S_IFLNK)
  /external/openssl/
e_os.h 246 # ifndef S_IFMT
247 # define S_IFMT _S_IFMT
  /external/yaffs2/yaffs2/direct/
dtest.c 505 switch(s.st_mode & S_IFMT)
552 switch(s.st_mode & S_IFMT)
567 if((s.st_mode & S_IFMT) == S_IFDIR && recursive)
913 switch(s.st_mode & S_IFMT){
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 443 switch (curr->fts_statp->st_mode & S_IFMT) {
  /external/yaffs2/yaffs2/
yaffs_fs.c 676 obj->yst_mode &= ~S_IFMT;
683 obj->yst_mode &= ~S_IFMT;
690 obj->yst_mode &= ~S_IFMT;
734 switch (obj->yst_mode & S_IFMT) {
989 switch (mode & S_IFMT) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 19 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)

Completed in 1332 milliseconds

1 2 3 4 5 6 78 910