Searched refs:F_SETFD (Results 1 – 4 of 4) sorted by relevance
139 fcntl(statusOut, F_SETFD, FD_CLOEXEC); in ExecuteProcess()
232 initConstant(env, c, "F_SETFD", F_SETFD); in OsConstants_initConstants()
255 public static final int F_SETFD = placeholder(); field in OsConstants
61 Libcore.os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt() local