Home
last modified time | relevance | path

Searched defs:has_verity (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/libfec/include/fec/
H A Dio.h170 bool has_verity() { in has_verity() function
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp490 bool has_verity = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_VERITY)) != 0; in tune_verity() local