Searched refs:S_IFCHR (Results 1 – 4 of 4) sorted by relevance
27 private static final int S_IFCHR = 0020000; field in FileUtils116 int[] typeMasks = {S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO}; in getFormattedPermissions()
35 public static final int S_IFCHR = 0020000; field in FileUtils
896 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFCHR); in testAllCharacterDevicesAreSecure()897 …t<File> insecurePts = getAllInsecureDevicesInDirAndSubdir(new File("/dev/pts"), FileUtils.S_IFCHR); in testAllCharacterDevicesAreSecure()
34 public static final int S_IFCHR = 0020000; field in FileUtils