platform_bootable_recovery/otautil
Tao Bao ac3d1edca0 otautil: Clean up dirCreateHierarchy().
- Changed to std::string based implementation (mostly moved from the
  former make_parents() in updater/install.cpp);
- Removed the timestamp parameter, which is only neeed by file-based OTA;
- Changed the type of mode from int to mode_t;
- Renamed dirCreateHierarchy() to mkdir_recursively().

Test: recovery_unit_test passes.
Test: No external user of dirCreateHierarchy() in code search.
Change-Id: I71f8c4b29bab625513bbc3af6d0d1ecdc3a2719a
2017-07-27 10:33:07 -07:00
..
Android.bp kill package_extract_dir 2017-05-23 17:09:45 -07:00
DirUtil.cpp otautil: Clean up dirCreateHierarchy(). 2017-07-27 10:33:07 -07:00
DirUtil.h otautil: Clean up dirCreateHierarchy(). 2017-07-27 10:33:07 -07:00
SysUtil.cpp Move sysMapFile and sysReleaseMap into MemMapping class. 2017-05-01 21:51:54 -07:00
SysUtil.h Move sysMapFile and sysReleaseMap into MemMapping class. 2017-05-01 21:51:54 -07:00
ThermalUtil.cpp Log temperature during OTA update 2017-03-28 11:28:47 -07:00
ThermalUtil.h Log temperature during OTA update 2017-03-28 11:28:47 -07:00