Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py63 def removesuffix(s: str, suffix: str) -> str: function
212 return removesuffix(removesuffix(removesuffix(s, '. '),
561 return removesuffix(topic, '.json').replace('-', ' ')
/openbmc/openbmc/poky/meta/classes-recipe/
H A Duboot-config.bbclass17 def removesuffix(s, suffix):
51 SPL_BINARYNAME ?= "${@removesuffix(d.getVar("SPL_BINARYFILE"), "." + d.getVar("SPL_SUFFIX"))}"