HomeSort by relevance Sort by last modified time
    Searched defs:_popen (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Lib/
uuid.py 305 def _popen(command, *args): function
326 proc = _popen(command, *args.split())
384 proc = _popen('netstat', '-ia')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /external/python/cpython2/Lib/
platform.py 367 class _popen: class in inherits:
426 # over os.popen over _popen
446 popen = _popen
448 popen = _popen
    [all...]
uuid.py 296 def _popen(command, args): function
316 pipe = _popen(command, args)
367 pipe = _popen('netstat', '-ia')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 2484 function _popen(command, mode) { function in function:_strerror_r
    [all...]

Completed in 509 milliseconds