reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lli/lli.cpp
  580     if (ChildExecPath.empty()) {
  584     } else if (!sys::fs::can_execute(ChildExecPath)) {
  586           << "unable to find usable child executable: '" << ChildExecPath
  939       ChildPath.reset(new char[ChildExecPath.size() + 1]);
  940       std::copy(ChildExecPath.begin(), ChildExecPath.end(), &ChildPath[0]);
  940       std::copy(ChildExecPath.begin(), ChildExecPath.end(), &ChildPath[0]);
  941       ChildPath[ChildExecPath.size()] = '\0';
  953     int rc = execv(ChildExecPath.c_str(), args);