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

/gem5/src/sim/
H A Dfd_array.cc138 fatal("Unable to seek to location in %s", ffd->getFileName());
153 if (_input != stdin_ffd->getFileName()) {
155 _input, stdin_ffd->getFileName());
160 if ((it = _imap.find(stdin_ffd->getFileName())) != _imap.end()) {
163 stdin_ffd->setSimFD(openInputFile(stdin_ffd->getFileName()));
177 if (_output != stdout_ffd->getFileName()) {
179 _output, stdout_ffd->getFileName());
184 if ((it = _oemap.find(stdout_ffd->getFileName())) != _oemap.end()) {
187 stdout_ffd->setSimFD(openOutputFile(stdout_ffd->getFileName()));
201 if (_errout != stderr_ffd->getFileName()) {
[all...]
H A Dfd_entry.hh132 std::string const& getFileName() const { return _fileName; } function in class:FileFDEntry::std
214 std::string const& getFileName() const { return _fileName; } function in class:DeviceFDEntry::std
H A Dsyscall_emul.hh828 abs_path = ffdp->getFileName() + path;
1897 ObjectFile *lib = createObjectFile(ffdp->getFileName());
2674 if (ffdp && (ffdp->getFileName() != "/dev/random")) {

Completed in 16 milliseconds