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

  /external/dbus/dbus/
dbus-sysdeps-util-win.c 86 char pidstr[20]; local
108 if (snprintf (pidstr, sizeof (pidstr), "%lu\n", pid) < 0)
118 bytes_to_write = strlen (pidstr);;
125 res = WriteFile (hnd, pidstr + total, bytes_to_write - total,
    [all...]
  /external/iproute2/ip/
ipnetns.c 494 const char *pidstr; local
502 pidstr = "self";
507 pidstr = argv[0];
508 if (!is_pid(pidstr)) {
510 pidstr);
515 snprintf(net_path, sizeof(net_path), "/proc/%s/ns/net", pidstr);

Completed in 160 milliseconds