Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c390 restartableClose(int fd) in restartableClose() function
422 return (fd == -1) ? 0 : restartableClose(fd); in closeSafely()
1002 restartableClose(fail[1]); fail[1] = -1; /* See: WhyCantJohnnyExec */ in UNIXProcess_forkAndExec()