Home
last modified time | relevance | path

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

/external/fsverity-utils/
Delide_patch.c20 struct fsverity_elide_patch { struct
31 static struct fsverity_elide_patch *parse_elide_option(const char *optarg) in parse_elide_option() argument
33 struct fsverity_elide_patch *ext = NULL; in parse_elide_option()
67 static struct fsverity_elide_patch *parse_patch_option(const char *optarg) in parse_patch_option()
69 struct fsverity_elide_patch *ext = NULL; in parse_patch_option()
118 const struct fsverity_elide_patch *ext1, *ext2; in cmp_elide_patch_exts()
120 ext1 = *(const struct fsverity_elide_patch **)_p1; in cmp_elide_patch_exts()
121 ext2 = *(const struct fsverity_elide_patch **)_p2; in cmp_elide_patch_exts()
139 struct fsverity_elide_patch **exts; in load_elisions_and_patches()
203 struct fsverity_elide_patch **exts = params->elisions_and_patches; in apply_elisions_and_patches()
[all …]
Dfsveritysetup.h17 struct fsverity_elide_patch **elisions_and_patches;