Searched refs:_hostPaths (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Dredirect_path.hh51 const std::vector<std::string>& hostPaths() { return _hostPaths; };
61 // _hostPaths holds a set of host filesystem paths
62 std::vector<std::string> _hostPaths; member in class:RedirectPath
H A Dredirect_path.cc55 _hostPaths.push_back(normalizePath(hp));

Completed in 4 milliseconds