Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Ddaemon.c32 int daemon( int nochdir, int noclose ) in daemon() argument
36 if ( !nochdir && chdir("/") != 0 ) in daemon()