Searched refs:test_cmd (Results 1 – 2 of 2) sorted by relevance
147 std::string test_cmd = android::base::StringPrintf("run-as com.android.simpleperf ./%s", in TestInAppContext() local149 test_cmd += " --in-app-context"; in TestInAppContext()150 if (system(test_cmd.c_str()) == -1) { in TestInAppContext()151 PLOG(ERROR) << "system(" << test_cmd << ") failed"; in TestInAppContext()
388 test_cmd = self.device.adb_cmd + ['shell'] + args + ['[ -t 0 ]']391 test_cmd, stdin=None,396 test_cmd, stdin=subprocess.PIPE,