Searched refs:S_IFMT (Results 1 – 2 of 2) sorted by relevance
29 public static final int S_IFMT = 0170000; field in FileUtils85 if ((type & S_IFMT) != type) { in isOfType()88 return (mode & S_IFMT) == type; in isOfType()
28 public static final int S_IFMT = 0170000; field in FileUtils84 if ((type & S_IFMT) != type) { in isOfType()87 return (mode & S_IFMT) == type; in isOfType()