Home
last modified time | relevance | path

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

/external/python/mobly/mobly/
Dutils.py260 def _collect_process_tree(starting_pid): function
318 for child_pid in _collect_process_tree(proc.pid):
/external/python/mobly/tests/mobly/
Dutils_test.py120 pid_list = utils._collect_process_tree(123)
158 pid_list = utils._collect_process_tree(777)
209 pid_list = utils._collect_process_tree(777)