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

/gem5/src/sim/
H A Dsyscall_emul.cc1205 std::string host_cwd = p->checkPathRedirect(tgt_cwd); local
1207 int result = chdir(host_cwd.c_str());
1212 p->hostCwd = host_cwd;

Completed in 12 milliseconds