Searched refs:manifest_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/
H A Dpass_manifest.c39 static char manifest_path[MAXPATHLEN]; variable
104 strcpy(manifest_path, path);
131 unsetenv("veriexec.manifest_path");
137 rc = setenv("veriexec.manifest_path", manifest_path, 1);
143 unsetenv("veriexec.manifest_path");
/freebsd-13-stable/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c433 char *manifest_path; local
439 manifest_path = kern_getenv("veriexec.manifest_path");
440 if (manifest_path == NULL)
445 freeenv(manifest_path);
459 rc = parse_manifest(manifest_path, manifest_hash, manifest_prefix);
469 freeenv(manifest_path);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.c1283 const char *manifest_path = svn_dirent_join(folder, PATH_MANIFEST, pool); local
1287 manifest_path,

Completed in 119 milliseconds