HomeSort by relevance Sort by last modified time
    Searched defs:pidfd (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/restorecond/
restorecond.c 91 int pidfd, len; local
100 pidfd = open(pidfile, O_CREAT | O_TRUNC | O_NOFOLLOW | O_WRONLY, 0644);
101 if (pidfd < 0) {
106 (void)write(pidfd, val, (unsigned int)len);
107 close(pidfd);
  /external/dhcpcd/
dhcpcd.c 91 int pidfd = -1; variable
203 if (pidfd > -1) {
208 close(pidfd);
    [all...]

Completed in 54 milliseconds