Searched refs:abs_path (Results 1 - 3 of 3) sorted by relevance
/gem5/tests/ |
H A D | run.py | 184 abs_path = joinpath(src_root, config) 186 code = compile(open(abs_path, 'r').read(), abs_path, 'exec') 198 sys.path = [ os.path.dirname(abs_path), ] + sys.path
|
/gem5/src/sim/ |
H A D | process.cc | 427 auto abs_path = absolutePath(filename, false); local 432 if (startswith(abs_path, path->appPath())) { 433 std::string tail = abs_path.substr(path->appPath().size()); 451 return abs_path;
|
H A D | syscall_emul.hh | 819 std::string abs_path = path; local 821 abs_path = p->absolutePath(path, true); 828 abs_path = ffdp->getFileName() + path; 829 redir_path = p->checkPathRedirect(abs_path); 838 if (startswith(abs_path, "/dev/")) { 839 std::string filename = abs_path.substr(strlen("/dev/")); 844 isopenat ? "at" : "", abs_path.c_str()); 883 sim_fd = OS::openSpecialFile(abs_path, p, tc); 884 used_path = abs_path;
|
Completed in 17 milliseconds