Searched refs:DEV_NULL (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dplatform.py37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull variable
128 DEV_NULL = 'NUL' variable
131 DEV_NULL = '/dev/null' variable
1008 f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dplatform.py37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull variable
128 DEV_NULL = 'NUL' variable
131 DEV_NULL = '/dev/null' variable
1008 f = os.popen('uname %s 2> %s' % (option, DEV_NULL))

Completed in 95 milliseconds