Searched refs:test_cmd (Results 1 – 3 of 3) sorted by relevance
271 int HidumpPlugin::SetTestCmd(const char *test_cmd) in SetTestCmd() argument273 CHECK_NOTNULL(test_cmd, -1, "HidumpPlugin:%s test_cmd is null", __func__); in SetTestCmd()274 testCmd_ = const_cast<char *>(test_cmd); in SetTestCmd()
46 int SetTestCmd(const char *test_cmd);
673 test_cmd = line.split(',')[1]675 match = re.search(pattern, test_cmd)677 result = test_cmd.replace(match.group(0), "").lstrip()678 test_cmd = f"{GP.hdc_head} {result}"682 output = subprocess.check_output(test_cmd.split()).decode()749 test_cmd = f"{GP.hdc_head} {cmd}"750 result = subprocess.check_output(test_cmd.split()).decode()