Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dutils.py1511 def _get_pid_path(program_name): function
1524 pidfile = open(_get_pid_path(program_name), "w")
1535 pidfile_path = _get_pid_path(program_name)
1552 pidfile_path = _get_pid_path(program_name)
1556 pidfile = open(_get_pid_path(program_name), 'r')