commit | 80d8c86715374d80b49b2d8b67a64c183488151f | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri May 03 00:42:31 2019 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed May 08 17:45:44 2019 +0900 |
tree | 0f629bac13208d0b8858b22eeed53c5cf4ae654b | |
parent | 341cab0ebe836caffe280377e7845bff5882baa3 [diff] |
apexd: make exception-free Do not use APIs which can throw exceptions. - add and use WalkDir() helper instead of directory_iterator - use noexcept version of is_block_file() Bug: 124662897 Test: atest apexservice_test Test: adb shell pm list packages --apex-only (after restart) Change-Id: Ie42ba763903521c43e21381e3ae9871cd71120fd Merged-In: Ie42ba763903521c43e21381e3ae9871cd71120fd (cherry picked from commit aed3a0330159bda1a1baf8cde6ebb5aa0f142129)