Searched refs:stdout (Results 1 – 7 of 7) sorted by relevance
146 stdout = ad.adb.shell(['cmd', 'wifi', 'forget-network', saved_wifi.id])147 if stdout == b'Forget successful\n':170 stdout = ad.adb.shell(['cmd', 'wifi', 'list-networks']).decode()171 if stdout == 'No networks\n':173 for line in stdout.splitlines()[1:]:
53 val stdout = executeShellCommand("su root cmd launcherapps dump-view-hierarchies") in <lambda>() constant54 outputFileZip.writeBytes(stdout) in <lambda>()
232 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand() local235 new ParcelFileDescriptor.AutoCloseInputStream(stdout))); in executeShellCommand()
65 val stdout = String(executeShellCommand(command)) in doStart() constant66 val pid = stdout.trim().toInt() in doStart()
15 stdout=of, stderr=of, cwd=gradlew_dir)
93 ).stdout.decode("utf-8")534 return subprocess.run(command, check=True, capture_output=True).stdout.decode(
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...