commit | 4cf21a13786b9467f9ad13036c98d690975cd0a3 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Jan 22 15:37:08 2019 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Fri Jan 25 11:14:29 2019 -0800 |
tree | d50fddd473140ce311d9d626a6a59fb619ce1018 | |
parent | 6d2966b2d8109ca935664fd3521bcc68aebaf8f9 [diff] |
fs_mgr: store file_contents_mode and file_names_mode directly It doesn't really make sense to have extra logic to convert these strings to enums then back again to strings for usage, especially since with the C++ fstab, these strings are small enough to fall into the small string optimization of std::string. This will help make future changes cleaner as well. Test: boot, fs_mgr_test Change-Id: I5669ed10f2fc3eafdb137747446a2e93c24d55c4