Searched refs:SPLICE_F_MORE (Results 1 – 3 of 3) sorted by relevance
37 import static android.system.OsConstants.SPLICE_F_MORE;506 SPLICE_F_MOVE | SPLICE_F_MORE)) != 0) { in copyInternalSplice()552 SPLICE_F_MOVE | SPLICE_F_MORE); in copyInternalSpliceSocket()575 SPLICE_F_MOVE | SPLICE_F_MORE); in copyInternalSpliceSocket()
766 public static final int SPLICE_F_MORE = placeholder(); field in OsConstants
599 initConstant(env, c, "SPLICE_F_MORE", SPLICE_F_MORE); in OsConstants_initConstants()