Lines Matching refs:hdcPath
22 hdcPath = "D:\\tools\\hdc\\hdc_std.exe"
35 exec_cmd(hdcPath + " file send " + testFilePath + test_fileset + " /data/local/tmp/" + test_fileset)
37 exec_cmd(hdcPath + " shell chmod +x /data/local/tmp/" + test_fileset)
49 cmdRet = exec_cmd(hdcPath + " shell \"ps -elf | grep "
66 cmdRet = exec_cmd(hdcPath + " shell \"cat /proc/" + pid + "/cmdline\"", waitOut=True)
78 cmdRet = exec_cmd(hdcPath + " shell " + " kill " + pid, waitOut=True)
85 cmdRet = exec_cmd(hdcPath + " shell \"ls -l /data/log/faultlog/temp/\" ", waitOut=True)
94 print("cmd is " + hdcPath + " file recv /data/log/faultlog/temp/" +
96 cmdRet = exec_cmd(hdcPath + " file recv /data/log/faultlog/temp/" +
121 PressTestProcess("start " + hdcPath + " shell " + startTestCmd, testFileset)