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

/gem5/src/sim/
H A Dsyscall_emul.hh1042 mode_t hostMode = 0; local
1045 hostMode = mode;
1051 int result = chmod(path.c_str(), hostMode);
1149 mode_t hostMode = mode; local
1151 int result = fchmod(sim_fd, hostMode);

Completed in 8 milliseconds