String pidPathForPid(int pid)

Source

String pidPathForPid(int pid) {
  return ".$pid.$pidSuffix";
}