HomeSort by relevance Sort by last modified time
    Searched full:fd_pidfile (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/misc/
uuidd.c 209 int fd_pidfile, ret; local
211 fd_pidfile = open(pidfile_path, O_CREAT | O_RDWR, 0664);
212 if (fd_pidfile < 0) {
227 while (fcntl(fd_pidfile, F_SETLKW, &fl) < 0) {
286 ftruncate(fd_pidfile, 0);
287 write(fd_pidfile, reply_buf, strlen(reply_buf));
288 if (fd_pidfile > 1)
289 close(fd_pidfile); /* Unlock the pid file */

Completed in 34 milliseconds