Home
last modified time | relevance | path

Searched refs:removesuffix (Results 1 – 4 of 4) 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/meta-openembedded/meta-oe/classes/
H A Dpanel-mipi-dbi.bbclass32 PANEL_FIRMWARE_BIN ?= "${@d.getVar('PANEL_FIRMWARE').removesuffix('.txt')}.bin"
/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"))}"
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py314 return self.conn.before.removesuffix('\r\n')