commit | 8bdd4bbc1cca8b61eb3f2c8dd0335735fc84f4b0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 03 15:22:11 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jun 05 13:28:44 2015 -0700 |
tree | 68b2537836bd5ebcb8078577a6d512cfaa9623e9 | |
parent | 72ffc3c02a5546ab93ffcbb2a94193be651c3629 [diff] |
Add a working Windows tmpfile(3) to fastboot. Windows' tmpfile(3) implementation requires administrator rights because it creates temporary files in the root directory. Write an alternative that uses the user's temporary directory instead. Bug: http://b/21558406 Change-Id: Ic9aece5c69429797a332a97681a76b76ac3551bf (cherry picked from commit a26fbeeaa4298ea3bb09c53bdaefb6d968c6b72f)