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

/gem5/src/sim/
H A Dsyscall_emul.cc461 char real_path[PATH_MAX]; local
462 char *check_real_path = realpath(p->progName(), real_path);
467 strncpy((char*)buf.bufferPtr(), real_path, bufsiz);
468 size_t real_path_len = strlen(real_path);

Completed in 11 milliseconds