Searched refs:exec (Results 1 – 13 of 13) sorted by relevance
42 Process process = Runtime.getRuntime().exec("am start-activity"); in testPocCVE_2023_40099()
69 Process df = Runtime.getRuntime().exec("df -k"); in scanPartitions()
82 Runtime.getRuntime().exec(command); in sendCommand()
121 final Process p = Runtime.getRuntime().exec(command); in runCommand()
123 Process p = rt.exec(dex2oatBinary.getAbsolutePath()); in checkDex2oatBinaryAccess()
164 Process proc = Runtime.getRuntime().exec(new String[] { "cmd", "font", command }); in assertSecurityException()
2365 ExecutorService exec = Executors.newFixedThreadPool(2); in testStressDDLEvicts() local2366 exec.execute(() -> { in testStressDDLEvicts()2384 exec.execute(() -> { in testStressDDLEvicts()2392 exec.shutdown(); in testStressDDLEvicts()2393 assertTrue(exec.awaitTermination(1, TimeUnit.MINUTES)); in testStressDDLEvicts()
72 Process p = Runtime.getRuntime().exec(cm); in printCpuInfo()
433 sChildProcess = Runtime.getRuntime().exec(cmdline); in doStartChildProcess()
1205 Process process = Runtime.getRuntime().exec("cmd display set-brightness " + value);
909 Process proc = Runtime.getRuntime().exec("cmd notification suspend_package " in testSuspendPackage_withoutShellPermission()
2682 final var process = Runtime.getRuntime().exec(cmd); in runCommand()
1712 name: "exec"