Searched refs:pid_file (Results 1 – 2 of 2) sorted by relevance
203 with open(self.pid_fn) as pid_file:204 pid = int(pid_file.read())952 with open(pid_fn) as pid_file:953 pid = int(pid_file.read())983 with open(pid_fn) as pid_file:984 pid = int(pid_file.read())1128 with open(self.pid_fn) as pid_file:1129 qemu_pid = int(pid_file.read())1140 with open(self.pid_fn) as pid_file:1141 qemu_pid = int(pid_file.read())[all …]
1207 os_free(params.pid_file); in handler()