Home
last modified time | relevance | path

Searched refs:has_verity (Results 1 – 3 of 3) sorted by relevance

/system/extras/libfec/include/fec/
Dio.h170 bool has_verity() { in has_verity() function
/system/update_engine/payload_consumer/
Ddelta_performer.cc857 auto&& has_verity = [](const auto& part) { in ParseManifestPartitions()
861 if (!std::any_of(partitions_.begin(), partitions_.end(), has_verity)) { in ParseManifestPartitions()
/system/core/fs_mgr/
Dfs_mgr.cpp501 bool has_verity = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_VERITY)) != 0; in tune_verity() local
504 if (has_verity || !want_verity) { in tune_verity()