Searched refs:exec_path (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | main.c | 70 char *exec_path; 677 exec_path = argv[optind]; in parse_args() 765 execfd = open(exec_path, O_RDONLY); in main() 767 printf("Error while loading %s: %s\n", exec_path, strerror(errno)); in main() 773 if (realpath(exec_path, real_exec_path)) { in main() 774 exec_path = real_exec_path; in main() 972 ret = loader_exec(execfd, exec_path, target_argv, target_environ, in main() 975 printf("Error while loading %s: %s\n", exec_path, strerror(-ret)); in main() 71 char *exec_path; global() variable
|
| H A D | user-internals.h | 26 extern char *exec_path;
|
| H A D | syscall.c | 8471 fprintf(logfile, "Failing executable: %s\n", exec_path); in maybe_do_fake_open() 8593 return safe_openat(dirfd, exec_path, flags, mode); in do_guest_readlink() 8595 return openat(dirfd, exec_path, flags, mode); in do_execv() 8719 ret = MIN(strlen(exec_path), bufsiz); in get_timer_id() 8721 memcpy(buf, exec_path, ret); in get_timer_id() 8812 exe = exec_path; in do_getdents() 10823 ret = MIN(strlen(exec_path), arg4); in _syscall2() 10825 memcpy(p2, exec_path, ret); in _syscall2()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | check | 199 exec_path = Path(exec_pathstr).resolve() 200 cmd[0] = str(exec_path) 202 os.chdir(exec_path.parent) 163 exec_path = Path(exec_pathstr).resolve() global() variable
|