Searched refs:get_pid (Results 1 - 7 of 7) sorted by relevance
/external/autotest/client/site_tests/security_ASLR/ |
H A D | security_ASLR.py | 55 def get_pid(self): member in class:Process 200 new_pid = process.get_pid()
|
/external/autotest/client/tests/kvm/tests/ |
H A D | timedrift.py | 121 pid = host_load_sessions[-1].get_pid()
|
H A D | virtio_console.py | 1036 (vm[0].get_pid(), 'VM'), 0]) 1797 (vm[0].get_pid(), 'VM'), 0]) 1930 os.system("kill -9 %d" % (vm[0].get_pid()))
|
/external/autotest/client/virt/tests/ |
H A D | netstress_kill_guest.py | 45 vm_pid = vm.get_pid()
|
/external/autotest/client/virt/ |
H A D | kvm_vm.py | 840 logging.debug("VM appears to be alive with PID %s", self.get_pid()) 874 logging.debug("Destroying VM with PID %s", self.get_pid()) 911 virt_utils.kill_process_tree(self.process.get_pid(), 9) 917 logging.error("Process %s is a zombie!", self.process.get_pid()) 1086 def get_pid(self): member in class:VM 1090 @note: This works under the assumption that self.process.get_pid() 1095 self.process.get_pid()).split() 1105 @note: This works under the assumption that self.process.get_pid() 1108 return self.process.get_pid() 1121 filename = "/proc/%d/statm" % self.get_pid() [all...] |
H A D | aexpect.py | 521 def get_pid(self): member in class:Spawn 580 virt_utils.kill_process_tree(self.get_pid(), sig)
|
H A D | virt_test_utils.py | 682 virt_utils.kill_process_tree(process.get_pid(), signal.SIGINT)
|
Completed in 703 milliseconds