Searched refs:S_IFSOCK (Results 1 – 3 of 3) sorted by relevance
22 private static final int S_IFSOCK = 0140000; field in FileUtils116 int[] typeMasks = {S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO}; in getFormattedPermissions()
30 public static final int S_IFSOCK = 0140000; field in FileUtils
29 public static final int S_IFSOCK = 0140000; field in FileUtils