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

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

Completed in 8 milliseconds