commit | b12e16054623b5a01b31d169480712d57e589e12 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Jun 15 18:52:58 2022 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Wed Jun 15 18:52:58 2022 +0000 |
tree | 283cda86d6e631d3b23618b8b52c3d538e86e9c3 | |
parent | 0695b96133fd0e2d16b02e4680e2096753a24e8e [diff] |
Rename fscrypt_is_native() to IsFbeEnabled() Now that emulated FBE is no longer supported, there is no longer any distinction between native FBE and emulated FBE. There is just FBE. Referring to FBE as "fscrypt" is also poor practice, as fscrypt (the Linux kernel support for filesystem-level encryption) is just one part of FBE, the Android feature. Therefore, rename fscrypt_is_native() to IsFbeEnabled(). Bug: 232458753 Change-Id: I6e004b0116d3aee491da553b178c33af0cba2ac6