Home
last modified time | relevance | path

Searched refs:find_spec (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/python/scripts/
H A Dmkvenv.py68 from importlib.util import find_spec
283 if find_spec("setuptools") and find_spec("pip"):
294 if not find_spec("ensurepip"):
307 if not find_spec("pyexpat"):
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.py16 os.path.dirname(importlib.util.find_spec("gen_robot_print").origin)
H A Ddump_utils.py19 os.path.dirname(importlib.util.find_spec("gen_robot_print").origin)
H A Dgen_call_robot.py22 os.path.dirname(importlib.util.find_spec("gen_robot_print").origin)
H A Dstate.py49 os.path.dirname(importlib.util.find_spec("gen_robot_print").origin)
H A Dobmc_boot_test.py40 os.path.dirname(importlib.util.find_spec("gen_robot_print").origin)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Doescripts.py39 @unittest.skipUnless(importlib.util.find_spec("cairo"), "Python cairo module is not present")
/openbmc/linux/sound/soc/uniphier/
H A Daio-cpu.c101 static const struct uniphier_aio_spec *find_spec(struct uniphier_aio *aio, in find_spec() function
367 spec = find_spec(aio, dai->name, i); in uniphier_aio_dai_probe()
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py82 spec = importlib.machinery.PathFinder.find_spec(name, path=[pluginpath])
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1714 spec = importlib.machinery.PathFinder.find_spec(name, path=[pluginpath] )