summaryrefslogtreecommitdiffstats
path: root/otafault/ota_io.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* otafault: Move headers under otafault/.Tao Bao2017-09-291-70/+0
* otafault: Clean up header inclusion.Tao Bao2017-09-291-1/+2
* Const modifiersMikhail Lappo2017-03-231-1/+1
* Remove ota_close(int) and ota_fclose(FILE*).Tao Bao2016-11-281-8/+8
* Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao2016-11-231-0/+6
* applypatch: Use unique_fd to avoid leaking FDs.Tao Bao2016-11-171-0/+10
* Control fault injection with config files instead of build flagsJed Estep2016-03-191-0/+4
* Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao2016-03-171-4/+0
* DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep2016-03-161-0/+4
* IO fault injection for OTA packagesJed Estep2016-01-061-0/+49