HomeSort by relevance Sort by last modified time
    Searched refs:S_IFMT (Results 126 - 141 of 141) sorted by null

1 2 3 4 56

  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 515 sb.append((stat.st_mode & S_IFMT));
532 if ((stat.st_mode & ~S_IFMT) != perms) {
536 sb.append(Integer.toOctalString(stat.st_mode & ~S_IFMT));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/dropbear/
scp.c 620 switch (stb.st_mode & S_IFMT) {
  /external/openssh/
scp.c 754 switch (stb.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
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 380 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...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 567 snprintf(buf + 100, 8, "%06o ", s.st_mode & ~S_IFMT);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 440 if ((s.st_mode & S_IFMT) == S_IFLNK) {
    [all...]
  /external/openssl/apps/
apps.c     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 

Completed in 343 milliseconds

1 2 3 4 56