Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/security/mac_veriexec_parser/
Dmac_veriexec_parser.c432 char *manifest_path; in parse_manifest_event() local
438 manifest_path = kern_getenv("veriexec.manifest_path"); in parse_manifest_event()
439 if (manifest_path == NULL) in parse_manifest_event()
444 freeenv(manifest_path); in parse_manifest_event()
458 rc = parse_manifest(manifest_path, manifest_hash, manifest_prefix); in parse_manifest_event()
468 freeenv(manifest_path); in parse_manifest_event()
/freebsd-12-stable/lib/libsecureboot/
Dpass_manifest.c39 static char manifest_path[MAXPATHLEN]; variable
104 strcpy(manifest_path, path); in pass_manifest()
137 rc = setenv("veriexec.manifest_path", manifest_path, 1); in pass_manifest_export_envs()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Drevprops.c1283 const char *manifest_path = svn_dirent_join(folder, PATH_MANIFEST, pool); in svn_fs_fs__packed_revprop_available() local
1287 manifest_path, in svn_fs_fs__packed_revprop_available()