HomeSort by relevance Sort by last modified time
    Searched refs:pid_fd (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd-6.8.2/
dhcpcd.c 310 write_pid(ctx->pid_fd, pid);
311 close(ctx->pid_fd);
312 ctx->pid_fd = -1;
    [all...]
dhcpcd.h 86 int pid_fd; member in struct:dhcpcd_ctx
  /system/vold/
CommandListener.cpp 694 const unique_fd pid_fd(
696 if (pid_fd.get() == -1) {
704 const int result = fstat(pid_fd.get(), &sb);
723 android::vold::SaneReadLinkAt(pid_fd.get(), "ns/mnt", pidName, PATH_MAX);
739 unique_fd ns_fd(openat(pid_fd.get(), "ns/mnt", O_RDONLY)); // not O_CLOEXEC

Completed in 148 milliseconds