Home
last modified time | relevance | path

Searched refs:pid_file (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py203 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 …]
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c1207 os_free(params.pid_file); in handler()