Searched refs:host_paths (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A DRedirectPath.py43 host_paths = VectorParam.String(["/"], "file path on host filesystem") variable in class:RedirectPath
H A Dredirect_path.cc54 for (auto hp : p->host_paths) {
/gem5/configs/common/
H A DFileSystemConfig.py202 host_paths = ["%s/fs/proc" % m5.options.outdir]),
204 host_paths = ["%s/fs/sys" % m5.options.outdir]),
206 host_paths = ["%s/fs/tmp" % m5.options.outdir]),
208 host_paths = ["%s" % chroot])]

Completed in 5 milliseconds