Home
last modified time | relevance | path

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

/qemu/system/
H A Ddevice_tree.c149 const char *root_dir = SYSFS_DT_BASEDIR; in read_fstree() local
/qemu/tests/docker/
H A Ddocker.py96 def _copy_with_mkdir(src, root_dir, sub_path='.', name=None): argument