Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java39 public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; } in S_ISDIR()
470 public static final int S_IFDIR = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp531 initConstant(env, c, "S_IFDIR", S_IFDIR); in OsConstants_initConstants()