Searched refs:cmd_pipe (Results 1 – 1 of 1) sorted by relevance
1501 FILE* cmd_pipe = popen(cmd.c_str(), "r"); // NOLINT(cert-env33-c): test code in GetPidOf() local1502 if (cmd_pipe == nullptr) { in GetPidOf()1506 if (fgets(buf, 1024, cmd_pipe) == nullptr) { in GetPidOf()1508 pclose(cmd_pipe); in GetPidOf()1512 pclose(cmd_pipe); in GetPidOf()