Searched refs:devnull (Results 1 – 4 of 4) 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/acloud/create/ |
D | goldfish_local_image_local_instance.py | 519 with open(os.devnull, "rb+") as devnull: 522 stdin=devnull, stdout=devnull, stderr=devnull)
|
D | create.py | 141 with open(os.devnull, "w") as dev_null:
|
/tools/acloud/internal/lib/ |
D | utils.py | 807 with open(os.devnull, "w") as dev_null: 818 with open(os.devnull, "w") as dev_null: 1148 with open(os.devnull, "w") as dev_null:
|