Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp456 FileSpec out_path; in FinalizeFileActions() local
461 out_path = target->GetStandardOutputPath(); in FinalizeFileActions()
465 if (in_path || out_path || err_path) in FinalizeFileActions()
471 if (out_path && out_path.GetPath(path, sizeof(path))) in FinalizeFileActions()