HomeSort by relevance Sort by last modified time
    Searched refs:S_ISCHR (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /bionic/tests/headers/posix/
sys_stat_h_file_type_test_macros.h 32 #if !defined(S_ISCHR)
33 #error S_ISCHR
  /external/autotest/client/site_tests/cellular_GobiPorts/
cellular_GobiPorts.py 25 if not stat.S_ISCHR(mode):
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 57 if (!S_ISCHR(st.st_mode)) {
83 if (!S_ISCHR(st.st_mode)) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 91 *couldbetty = S_ISCHR(st.st_mode);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 43 def S_ISCHR(mode):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 43 def S_ISCHR(mode):
  /external/ltp/testcases/kernel/syscalls/mknod/
mknod01.c 84 if (S_ISCHR(tcases[i]))
  /external/python/cpython2/Lib/
stat.py 43 def S_ISCHR(mode):
  /external/webrtc/talk/media/devices/
v4llookup.cc 57 if (lstat(device_path.c_str(), &s) != 0 || !S_ISCHR(s.st_mode)) return false;
  /external/fsck_msdos/
fsutil.c 150 if (!S_ISCHR(stchar.st_mode)) {
171 if (S_ISCHR(devstat.st_mode) || S_ISBLK(devstat.st_mode))
  /bionic/libc/kernel/uapi/linux/
stat.h 37 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
makebuf.c 123 *couldbetty = S_ISCHR(st.st_mode);
  /external/kernel-headers/original/uapi/linux/
stat.h 24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
  /external/libdrm/libkms/
linux.c 78 if (!S_ISCHR(buffer.st_mode))
  /external/vboot_reference/futility/
file_type.c 110 } else if (S_ISCHR(sb.st_mode)) {
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 134 #define S_ISCHR(m) ((m & _S_IFMT) == _S_IFCHR) ///< char special
  /external/curl/src/
tool_doswin.c 73 #ifndef S_ISCHR
75 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
77 # define S_ISCHR(m) (0) /* cannot tell if file is a device */
590 if(base && ((stat(base, &st_buf)) == 0) && (S_ISCHR(st_buf.st_mode))) {
  /external/e2fsprogs/lib/blkid/
blkidP.h 164 return S_ISBLK(mode) || S_ISCHR(mode);
  /external/python/cpython3/Lib/
stat.py 50 def S_ISCHR(mode):
  /external/u-boot/fs/yaffs2/
yportenv.h 257 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
  /external/u-boot/include/linux/
stat.h 25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 78 if (stat.S_ISCHR(statinfo.st_mode) and
  /external/autotest/client/site_tests/security_DeviceJail_Filesystem/
security_DeviceJail_Filesystem.py 84 if stat.S_ISCHR(mode):
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 172 stat.S_ISCHR(x) or
  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 23 return S_ISBLK(mode) || S_ISCHR(mode);

Completed in 428 milliseconds

1 2 3 4