Searched refs:FD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
71 Libcore.os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt() local73 assertTrue((flags & FD_CLOEXEC) != 0); in testFcntlInt()
758 if (fcntl(FAIL_FILENO, F_SETFD, FD_CLOEXEC) == -1) in childProcess()
261 public static final int FD_CLOEXEC = placeholder(); field in OsConstants
225 initConstant(env, c, "FD_CLOEXEC", FD_CLOEXEC); in OsConstants_initConstants()