Home
last modified time | relevance | path

Searched refs:index_str (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/
H A Dubsan.c338 char index_str[VALUE_LENGTH]; in __ubsan_handle_out_of_bounds() local
345 val_to_string(index_str, sizeof(index_str), data->index_type, index); in __ubsan_handle_out_of_bounds()
346 pr_err("index %s is out of range for type %s\n", index_str, in __ubsan_handle_out_of_bounds()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass1142 index_str = io.BytesIO(json.dumps(
1150 info.size = len(index_str.getvalue())
1156 tar.addfile(info, fileobj=index_str)