Searched defs:get_pid (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/site_tests/security_ASLR/
H A Dsecurity_ASLR.py55 def get_pid(self): member in class:Process
200 new_pid = process.get_pid()
/external/autotest/client/virt/
H A Daexpect.py521 def get_pid(self): member in class:Spawn
580 virt_utils.kill_process_tree(self.get_pid(), sig)
H A Dkvm_vm.py840 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...]

Completed in 149 milliseconds