Searched refs:user_manifest (Results 1 – 5 of 5) sorted by relevance
26 # user_manifest: Optional path to an extra user-defined manifest file; if76 assert(tuf_target_name != "user_manifest",77 "The target name 'user_manifest' is reserved for special use.")84 if (defined(invoker.user_manifest)) {85 args += [ rebase_path(invoker.user_manifest, root_build_dir) +86 " > user_manifest" ]
30 protobuf::Bytes user_manifest = in FromBundle() local34 return ManifestAccessor(targets_metadata, user_manifest); in FromBundle()42 protobuf::Bytes user_manifest = in FromManifest() local45 return ManifestAccessor(targets_metadata, user_manifest); in FromManifest()
76 optional bytes user_manifest = 2;
64 protobuf::Bytes user_manifest) in ManifestAccessor() argument65 : targets_metadata_(targets_metadata), user_manifest_(user_manifest) {} in ManifestAccessor()
270 manifest.user_manifest = self._payloads[USER_MANIFEST_FILE_NAME]