Home
last modified time | relevance | path

Searched refs:test_cmd (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dgtest_main.cpp147 std::string test_cmd = android::base::StringPrintf("run-as com.android.simpleperf ./%s", in TestInAppContext() local
149 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()
/system/core/adb/
Dtest_device.py388 test_cmd = self.device.adb_cmd + ['shell'] + args + ['[ -t 0 ]']
391 test_cmd, stdin=None,
396 test_cmd, stdin=subprocess.PIPE,