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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /external/python/cpython2/Lib/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /external/python/cpython3/Lib/
subprocess.py 38 getoutput(...): Runs a command in the shell, waits for it to complete,
159 "getoutput", "check_output", "run", "CalledProcessError", "DEVNULL",
524 def getoutput(cmd): function
531 >>> subprocess.getoutput('ls /bin/ls')
    [all...]

Completed in 515 milliseconds