Home
last modified time | relevance | path

Searched refs:FEC_VERITY_DISABLE (Results 1 – 4 of 4) sorted by relevance

/system/extras/libfec/include/fec/
Dio.h83 FEC_VERITY_DISABLE = 1 << 8 enumerator
/system/extras/verity/fec/
Dmain.cpp145 fec::io fh(filename, O_RDONLY, FEC_VERITY_DISABLE); in get_start()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp630 if (fec_open(&f, fstab->blk_device, O_RDONLY, FEC_VERITY_DISABLE, in compare_last_signature()
878 if (fec_open(&f, fstab->blk_device, O_RDONLY, FEC_VERITY_DISABLE, in fs_mgr_setup_verity()
/system/extras/libfec/
Dfec_verity.cpp436 if (!(f->flags & FEC_VERITY_DISABLE)) { in parse_table()