commit | 7e34f75075296882036015faee1fdbaacee3a5f5 | [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 | e41489a9a116de33bd629e73a6ad393ea7d80043 [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