Lines Matching defs:file
8 * license that can be found in the LICENSE file or at
27 "Compute the fs-verity digest of the given file(s), for offline signing",
37 .short_desc = "Dump the fs-verity metadata of the given file",
43 .short_desc = "Enable fs-verity on a file",
52 "Display the fs-verity digest of the given verity file(s)",
59 .short_desc = "Sign a file for fs-verity built-in signature verification",
245 struct filedes *file;
259 file = &ctx->merkle_tree_file;
264 file = &ctx->descriptor_file;
268 if (file->fd >= 0) {
272 return open_file(file, arg, O_WRONLY|O_CREAT|O_TRUNC, 0644);