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

  /external/e2fsprogs/misc/
uuidd.c 197 static void server_loop(const char *socket_path, const char *pidfile_path,
211 fd_pidfile = open(pidfile_path, O_CREAT | O_RDWR, 0664);
215 pidfile_path, strerror(errno));
218 cleanup_pidfile = pidfile_path;
232 pidfile_path, strerror(errno));
396 const char *pidfile_path = UUIDD_PIDFILE_PATH; local
431 pidfile_path = optarg;
540 server_loop(socket_path, pidfile_path, debug, timeout, quiet);

Completed in 138 milliseconds