Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dbsdload.c133 static bool is_there(const char *candidate) in is_there() function
165 if (!is_there(path)) { in loader_exec()
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py57 def _no_parser_specified(self, s, is_there=True): argument