android_system_core/fastboot
Elliott Hughes 8bdd4bbc1c 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 a26fbeeaa4)
2015-06-05 13:28:44 -07:00
..
Android.mk Add "fastboot --version". 2015-06-04 13:26:40 -07:00
bootimg_utils.cpp Prepare for switching to libziparchive. 2015-03-18 22:47:54 -07:00
bootimg_utils.h Prepare for switching to libziparchive. 2015-03-18 22:47:54 -07:00
engine.c
engineering_key.p12
fastboot.cpp Add a working Windows tmpfile(3) to fastboot. 2015-06-05 13:28:44 -07:00
fastboot.h Fix file descriptor leak when opening invalid archives. 2015-05-13 09:20:44 +00:00
fastboot_protocol.txt system: core: fastboot: Increase USB protocol buffer size to 1024 2014-11-07 12:01:33 -08:00
fs.c
fs.h Prepare for switching to libziparchive. 2015-03-18 22:47:54 -07:00
genkey.sh
p12topem.sh
protocol.c fastboot/sparse: propagate error code 2015-03-01 11:54:02 +01:00
signfile.sh
usb.h Prepare for switching to libziparchive. 2015-03-18 22:47:54 -07:00
usb_linux.c fastboot: Support USB 3.x SuperSpeed devices on Linux 2014-12-05 12:11:20 -08:00
usb_osx.c
usb_windows.c Fix adb/fastboot windows compilations. 2014-12-09 16:03:29 -08:00
usbtest.c
util.c
util_linux.c
util_osx.c Remove explict use of ASCII encoding 2014-11-21 15:56:59 +00:00
util_windows.c