Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java54 public static boolean S_ISLNK(int mode) { return (mode & S_IFMT) == S_IFLNK; } in S_ISLNK()
478 public static final int S_IFLNK = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp534 initConstant(env, c, "S_IFLNK", S_IFLNK); in OsConstants_initConstants()