commit | e6d7663889aa8308e244da821f579b6a314e8a33 | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Fri Nov 30 11:43:47 2018 -0800 |
committer | Paul Crowley <paulcrowley@google.com> | Thu Dec 06 14:02:30 2018 -0800 |
tree | 18b3fc1af4cf05638d400cd765e3c892800fa544 | |
parent | 6aaedb0dcacfb0e43e89fa833004ec6203bacf1c [diff] |
Clean up use of pipe Don't duplicate what's already in unique_fd.h Also, code that tries to handle weird stdout condition won't work because of cloexec; just don't try that. My tests: - Ensure Marlin device boots and vold_prepare_subdirs is called successfully - Try adb shell sm set-virtual-disk true, see that eg sgdisk output is logged. Bug: 26735063 Bug: 113796163 Test: details in commit Change-Id: I5698ba0b4c8bd692a740a1bd445e677ad4815d11