Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py1052 _WEXITSTATUS=os.WEXITSTATUS, _WIFSTOPPED=os.WIFSTOPPED, argument
1059 self.returncode = _WEXITSTATUS(sts)
/external/python/cpython3/Lib/
Dsubprocess.py1528 _WEXITSTATUS=os.WEXITSTATUS, _WIFSTOPPED=os.WIFSTOPPED, argument
1536 self.returncode = _WEXITSTATUS(sts)