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

/gem5/src/sim/
H A Dsyscall_emul.hh818 std::string redir_path = path; local
822 redir_path = p->checkPathRedirect(path);
829 redir_path = p->checkPathRedirect(abs_path);
857 * up with variable 'redir_path' which may contain a modified path or
888 sim_fd = open(redir_path.c_str(), host_flags, mode);
889 used_path = redir_path;

Completed in 8 milliseconds