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

  /external/dbus/bus/
main.c 205 check_two_pid_descriptors (const DBusString *pid_fd,
208 if (_dbus_string_get_length (pid_fd) > 0)
211 extra_arg, _dbus_string_get_const_data (pid_fd));
351 DBusString pid_fd; local
369 if (!_dbus_string_init (&pid_fd))
509 check_two_pid_descriptors (&pid_fd, "print-pid");
514 if (!_dbus_string_append (&pid_fd, desc))
522 check_two_pid_descriptors (&pid_fd, "print-pid");
524 if (!_dbus_string_append (&pid_fd, arg))
575 if (_dbus_string_get_length (&pid_fd) > 0
    [all...]
  /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 691 const android::vold::ScopedFd pid_fd(
693 if (pid_fd.get() == -1) {
701 const int result = fstat(pid_fd.get(), &sb);
719 android::vold::SaneReadLinkAt(pid_fd.get(), "ns/mnt", pidName, PATH_MAX);
735 android::vold::ScopedFd ns_fd(openat(pid_fd.get(), "ns/mnt", O_RDONLY));

Completed in 94 milliseconds