Home
last modified time | relevance | path

Searched refs:local_exec_file_path (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2525 std::string local_exec_file_path = exe_spec_to_use.GetPath(); in LaunchPrivate() local
2526 return Status("file doesn't exist: '%s'", local_exec_file_path.c_str()); in LaunchPrivate()