Searched refs:S_IFCHR (Results 1 – 2 of 2) sorted by relevance
63 static_assert(S_IFCHR == 0020000, "");
35 public static final int S_IFCHR = 0020000; field in FileUtils