Searched refs:ChildExecPath (Results 1 – 1 of 1) sorted by relevance
156 ChildExecPath("mcjit-remote-process", variable652 if (ChildExecPath.empty()) { in main()656 } else if (!sys::fs::can_execute(ChildExecPath)) { in main()658 << "unable to find usable child executable: '" << ChildExecPath in main()1135 ChildPath.reset(new char[ChildExecPath.size() + 1]); in launchRemote()1136 std::copy(ChildExecPath.begin(), ChildExecPath.end(), &ChildPath[0]); in launchRemote()1137 ChildPath[ChildExecPath.size()] = '\0'; in launchRemote()1149 int rc = execv(ChildExecPath.c_str(), args); in launchRemote()