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

/gem5/src/sim/
H A Dsyscall_emul.cc438 path = p->checkPathRedirect(path);
503 path = p->checkPathRedirect(path);
560 path = p->checkPathRedirect(path);
587 old_name = p->checkPathRedirect(old_name);
588 new_name = p->checkPathRedirect(new_name);
607 path = p->checkPathRedirect(path);
645 path = process->checkPathRedirect(path);
704 path = p->checkPathRedirect(path);
1158 path = p->checkPathRedirect(path);
1181 path = p->checkPathRedirect(pat
[all...]
H A Dprocess.hh212 std::string checkPathRedirect(const std::string &filename);
H A Dprocess.cc99 hostCwd(checkPathRedirect(tgtCwd)),
422 Process::checkPathRedirect(const std::string &filename) function in class:Process
H A Dsyscall_emul.hh822 redir_path = p->checkPathRedirect(path);
829 redir_path = p->checkPathRedirect(abs_path);
1000 old_name = process->checkPathRedirect(old_name);
1001 new_name = process->checkPathRedirect(new_name);
1048 path = process->checkPathRedirect(path);
1252 path = process->checkPathRedirect(path);
1281 path = process->checkPathRedirect(path);
1318 path = process->checkPathRedirect(path);
1385 path = process->checkPathRedirect(path);
1414 path = process->checkPathRedirect(pat
[all...]

Completed in 22 milliseconds