Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_verity.cpp60 #define VERITY_TABLE_OPT_IGNZERO "ignore_zero_blocks" macro
64 " fec_roots %u " VERITY_TABLE_OPT_IGNZERO
222 res = snprintf(buf, bufsize, "%s 2 " VERITY_TABLE_OPT_IGNZERO " %s", params->table, in format_verity_table()
225 res = snprintf(buf, bufsize, "%s 1 " VERITY_TABLE_OPT_IGNZERO, params->table); in format_verity_table()