Home
last modified time | relevance | path

Searched refs:PathLike (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py54 if isinstance(filename, (str, bytes, os.PathLike, int)):
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py306 def __init__(self, files: 'FileList', filename: os.PathLike, force:bool=False) -> None: argument
395 def write_to_filename(self, filename: os.PathLike) -> None: argument
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dvalid-dists.patch49 def at(path: str | os.PathLike[str]) -> Distribution: