Home
last modified time | relevance | path

Searched refs:subProcessPopen (Results 1 - 3 of 3) sorted by relevance

/developtools/integration_verification/DeployDevice/src/aw/Download/
H A DDownload.py37 from aw.Common.Common import subProcessPopen, copyFile namespace
413 result = subProcessPopen(cmd)
426 result = subProcessPopen(cmd)
H A DDownloadold.py37 from aw.Common.Common import subProcessPopen, copyFile namespace
406 result = subProcessPopen(cmd)
419 result = subProcessPopen(cmd)
/developtools/integration_verification/DeployDevice/src/aw/Common/
H A DCommon.py117 def subProcessPopen(cmd, outlog_enable=True, errlog_enable=True): function
119 @Method: subProcessPopen()
124 @Example: subProcessPopen("RD /Q /F D:\test")

Completed in 4 milliseconds