Searched refs:devnull (Results 1 – 5 of 5) sorted by relevance
/tools/security/remote_provisioning/attestation_testing/ |
D | attestation_test_host.py | 12 devnull = open(os.devnull, 'wb') variable 15 subprocess.call('adb logcat -c', shell=True, stdout=devnull) 16 subprocess.call('adb install -r ' + APK_DIR, shell=True, stdout=devnull) 18 shell=True, stdout=devnull) 38 subprocess.call('adb uninstall com.google.attestationexample', shell=True, stdout=devnull)
|
/tools/tradefederation/core/res/perfetto/ |
D | record_android_trace | 335 devnull = open(os.devnull, 'rb') 557 with open(on_host_config or os.devnull, 'rb') as f: 649 subprocess.call([path, '--version'], stdout=devnull, stderr=devnull) 675 def adb(*args, stdin=devnull, stdout=None):
|
/tools/acloud/create/ |
D | goldfish_local_image_local_instance.py | 542 with open(os.devnull, "rb+") as devnull: 545 stdin=devnull, stdout=devnull, stderr=devnull)
|
D | create.py | 149 with open(os.devnull, "w") as dev_null:
|
/tools/acloud/internal/lib/ |
D | utils.py | 824 with open(os.devnull, "w") as dev_null: 835 with open(os.devnull, "w") as dev_null: 1283 with open(os.devnull, "w") as dev_null:
|