Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java489 /** @hide */ public static final int SPLICE_F_MOVE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp547 initConstant(env, c, "SPLICE_F_MOVE", SPLICE_F_MOVE); in OsConstants_initConstants()