Home
last modified time | relevance | path

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

/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py93 enum_prefix = ""
96 enum_prefix = f"{p_type}::"
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py187 def make_enum_map(self, names, enum_prefix): argument
201 if not name.startswith(enum_prefix):
203 text = name[len(enum_prefix):].lower()