Home
last modified time | relevance | path

Searched defs:is_link (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/
H A Dqom-test.c44 bool is_link = strstart(qdict_get_str(tuple, "type"), "link<", NULL); in test_properties() local
/qemu/python/qemu/utils/
H A Dqom_fuse.py119 def is_link(self, path: str) -> bool: member in QOMFuse