HomeSort by relevance Sort by last modified time
    Searched refs:kill_atexit (Results 1 - 2 of 2) sorted by null

  /development/python-packages/adb/
device.py 374 def shell_popen(self, cmd, kill_atexit=True, preexec_fn=None,
384 kill_atexit: Whether to kill the process upon exiting.
411 if kill_atexit:
  /system/core/adb/
test_device.py 482 process = self.device.shell_popen([script], kill_atexit=False,
    [all...]

Completed in 98 milliseconds