Home
last modified time | relevance | path

Searched refs:IFF_SLAVE (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java651 public static final int IFF_SLAVE; field in OsConstants
652 static { IFF_SLAVE = 0; }
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp316 #if defined(IFF_SLAVE) in OsConstants_initConstants()
317 initConstant(env, c, "IFF_SLAVE", IFF_SLAVE); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java386 public static final int IFF_SLAVE = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt360 field public static final int IFF_SLAVE;