Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java73 public static boolean S_ISSOCK(int mode) { return (mode & S_IFMT) == S_IFSOCK; } in S_ISSOCK()
505 public static final int S_IFSOCK = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp562 initConstant(env, c, "S_IFSOCK", S_IFSOCK); in OsConstants_initConstants()