full_path         163 util_exec.cpp    char full_path[PATH_MAX];
full_path         164 util_exec.cpp    expandPathname(pathname, full_path, sizeof(full_path));
full_path         165 util_exec.cpp    int fd = _real_open(full_path, O_RDONLY, 0);