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

/gem5/src/sim/
H A Dredirect_path.hh41 * RedirectPath stores a mapping from one 'appPath' to a vector of
42 * 'hostPath'. Each 'appPath' and 'hostPath' is a filesystem path.
50 const std::string& appPath() { return _appPath; }; function in class:RedirectPath
55 * An appPath is a path which needs to be redirected and replaced
H A Dprocess.cc432 if (startswith(abs_path, path->appPath())) {
433 std::string tail = abs_path.substr(path->appPath().size());

Completed in 6 milliseconds