Home
last modified time | relevance | path

Searched refs:S_IFMT (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileUtils.java28 public static final int S_IFMT = 0170000; field in FileUtils
89 if ((type & S_IFMT) != type) { in isOfType()
92 return (mode & S_IFMT) == type; in isOfType()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DFileUtils.java32 public static final int S_IFMT = 0170000; field in FileUtils
93 if ((type & S_IFMT) != type) { in isOfType()
96 return (mode & S_IFMT) == type; in isOfType()