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

/gem5/src/sim/
H A Dsyscall_emul.cc701 gid_t hostGroup = group; local
706 int result = chown(path.c_str(), hostOwner, hostGroup);
726 gid_t hostGroup = group; local
728 int result = fchown(sim_fd, hostOwner, hostGroup);

Completed in 15 milliseconds