Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp465 FileSpec output_file_spec(output_file_path.str()); in RunShellCommand() local
468 if (output_file_spec) in RunShellCommand()
469 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, in RunShellCommand()
474 if (output_file_spec && !hide_stderr) in RunShellCommand()
510 FileSystem::Instance().GetByteSize(output_file_spec); in RunShellCommand()
518 output_file_spec); in RunShellCommand()
529 llvm::sys::fs::remove(output_file_spec.GetPath()); in RunShellCommand()