Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py509 self._str = None
519 if self._str is None:
520 self._str = _Event.__str__(self)
521 return self._str
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c233 static void watch_cb(void *_str, const char *path, const char *token) in watch_cb() argument
235 GString *str = _str; in watch_cb()