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

/gem5/src/sim/
H A Dsyscall_emul.hh781 int host_flags = O_BINARY; local
783 int host_flags = 0;
793 host_flags |= OS::openFlagTable[i].hostFlag;
801 host_flags |= O_BINARY;
845 return drv->open(tc, mode, host_flags);
888 sim_fd = open(redir_path.c_str(), host_flags, mode);
907 auto ffdp = std::make_shared<FileFDEntry>(sim_fd, host_flags, path, 0);

Completed in 13 milliseconds