Searched refs:json_out (Results 1 – 1 of 1) sorted by relevance
765 _cleanup_fclose_ FILE *json_out = NULL; in parse_elf_object() local767 json_out = take_fdopen(&json_pipe[1], "w"); in parse_elf_object()768 if (!json_out) { in parse_elf_object()773 json_variant_dump(package_metadata, JSON_FORMAT_FLUSH, json_out, NULL); in parse_elf_object()