Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c387 restartableClose(int fd) in restartableClose() function
407 return (fd == -1) ? 0 : restartableClose(fd); in closeSafely()
440 restartableClose(from_fd); /* for possible use by opendir() */ in closeDescriptors()
441 restartableClose(from_fd + 1); /* another one for good luck */ in closeDescriptors()
453 restartableClose(fd); in closeDescriptors()
466 (restartableClose(fd_from) == -1)) in moveDescriptor()
772 if (restartableClose(fd) == -1 && errno != EBADF) in childProcess()
800 restartableClose(FAIL_FILENO); in childProcess()
935 restartableClose(fail[1]); fail[1] = -1; /* See: WhyCantJohnnyExec */ in UNIXProcess_forkAndExec()