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

/gem5/src/sim/
H A Dsyscall_emul.cc513 string new_path; local
520 if (!virt_mem.tryReadString(new_path, p->getSyscallArg(tc, index)))
524 new_path = p->absolutePath(new_path, true);
526 int result = link(path.c_str(), new_path.c_str());
534 string new_path; local
541 if (!virt_mem.tryReadString(new_path, p->getSyscallArg(tc, index)))
545 new_path = p->absolutePath(new_path, true);
547 int result = symlink(path.c_str(), new_path
[all...]

Completed in 19 milliseconds