Home
last modified time | relevance | path

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

/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DSeedTest.java29 String cmd2 = MONKEY_CMD + " -s 3007 -v -p " + PKGS[0] + " 125"; in testSeed() local
30 String out3 = mDevice.executeShellCommand(cmd2); in testSeed()
31 String out4 = mDevice.executeShellCommand(cmd2); in testSeed()
/cts/hostsidetests/security/securityPatch/CVE-2017-0462/
Dpoc.c89 char cmd2[sizeof("/proc/-2147483648/maps")]; in print_maps() local
94 snprintf(cmd2, sizeof(cmd2)-1, cmd, getpid()); in print_maps()
96 fp = fopen(cmd2, "r"); in print_maps()