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/
VolumeManager.cpp 715 const unique_fd pid_fd(
717 if (pid_fd.get() == -1) {
725 const int result = fstat(pid_fd.get(), &sb);
742 || !android::vold::Readlinkat(pid_fd.get(), "ns/mnt", &pidName)) {
753 unique_fd ns_fd(openat(pid_fd.get(), "ns/mnt", O_RDONLY)); // not O_CLOEXEC

Completed in 105 milliseconds