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

1 2 3 4 5 6 78 91011>>

  /external/ipsec-tools/src/racoon/
eaytest.c 531 if (!(sb.st_mode & S_IFDIR)) {
  /external/python/cpython2/Modules/_io/
fileio.c 144 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR)
  /external/v8/src/
d8-posix.cc 603 if ((stat_buf.st_mode & S_IFDIR) != 0) return true;
  /system/vold/
Utils.cpp 113 if (!selabel_lookup(sehandle, &secontext, cpath, S_IFDIR)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 139 S_IFDIR = 0040000 # directory
288 (S_IFDIR, "d"),
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 139 S_IFDIR = 0040000 # directory
288 (S_IFDIR, "d"),
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 685 i->i_mode |= S_IFDIR;
723 i->i_mode |= S_IFDIR;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 139 S_IFDIR = 0040000 # directory
288 (S_IFDIR, "d"),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 139 S_IFDIR = 0040000 # directory
288 (S_IFDIR, "d"),
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
types_windows.go 594 S_IFDIR = 0x4000
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
types_windows.go 594 S_IFDIR = 0x4000
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 139 S_IFDIR = 0040000 # directory
288 (S_IFDIR, "d"),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 139 S_IFDIR = 0040000 # directory
288 (S_IFDIR, "d"),
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 564 initConstant(env, c, "S_IFDIR", S_IFDIR);
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 492 if (!(statbuf.st_mode & S_IFDIR)) {
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 106 #define S_ISDIR(m) (((m) & S_IFDIR) == S_IFDIR)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 19 import static android.system.OsConstants.S_IFDIR;
516 sb.append(S_IFDIR);
    [all...]

Completed in 1383 milliseconds

1 2 3 4 5 6 78 91011>>