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

/gem5/src/sim/
H A Dsyscall_emul.cc570 string old_name; local
575 old_name, p->getSyscallArg(tc, index))) {
587 old_name = p->checkPathRedirect(old_name);
590 int64_t result = rename(old_name.c_str(), new_name.c_str());
H A Dsyscall_emul.hh983 std::string old_name; local
985 if (!tc->getVirtProxy().tryReadString(old_name,
1000 old_name = process->checkPathRedirect(old_name);
1003 int result = rename(old_name.c_str(), new_name.c_str());

Completed in 22 milliseconds