HomeSort by relevance Sort by last modified time
    Searched full:st_mode (Results 451 - 475 of 726) sorted by null

<<11121314151617181920>>

  /external/ppp/pppd/
utils.c 942 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
  /external/strace/
strace.c 563 S_ISREG(statbuf.st_mode) &&
564 (statbuf.st_mode & 0111))
614 if (statbuf.st_mode & S_ISUID)
616 if (statbuf.st_mode & S_ISGID)
    [all...]
  /external/v8/src/
d8-posix.cc 565 if ((stat_buf.st_mode & S_IFDIR) != 0) return true;
  /frameworks/base/core/jni/
android_util_Process.cpp 376 if (stat(text, &st) || !S_ISREG(st.st_mode)) {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 511 if (!S_ISDIR(stat.st_mode)) {
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...]
  /frameworks/base/libs/androidfw/
Asset.cpp 153 if (!S_ISREG(st.st_mode)) {
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 328 if (!S_ISREG(statbuf.st_mode)) {
    [all...]
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 397 if (S_ISDIR(Libcore.os.fstat(fd).st_mode)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 489 return (s.st_mode & 0170000) == 0040000
webbrowser.py 116 mode = os.stat(cmd)[stat.ST_MODE]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 131 self.assertEqual(stat.S_IMODE(s.st_mode),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 489 return (s.st_mode & 0170000) == 0040000
webbrowser.py 116 mode = os.stat(cmd)[stat.ST_MODE]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 131 self.assertEqual(stat.S_IMODE(s.st_mode),
  /prebuilts/sdk/tools/linux/
zipalign 
  /system/core/adb/
usb_linux.c 273 if (!fstat(fd, &st) && S_ISCHR(st.st_mode)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 258 if (r == 0 && S_ISDIR(statbuf.st_mode)) {
939 if (r == 0 && S_ISREG(statbuf.st_mode)) {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/openssh/
session.c     [all...]

Completed in 1235 milliseconds

<<11121314151617181920>>