Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c33 int npath; variable
144 npath++; in count_each_test()
149 npath = 0; in check_leaf_discovered()
151 g_assert_cmpint(n, ==, npath); in check_leaf_discovered()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1866 for npath in self.__format_param(path):
1868 if not isinstance(npath, str):
1873 for apath in self.__glob(npath, do_glob):
/openbmc/qemu/hw/9pfs/
H A D9p-local.c103 const char *npath) in renameat_preserve_errno() argument
106 qemu_renameat(odirfd, opath, ndirfd, npath); in renameat_preserve_errno()