Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DHost.cpp547 FileSpec output_file_spec(output_file_path.str()); in RunShellCommand() local
550 if (output_file_spec) in RunShellCommand()
551 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, in RunShellCommand()
556 if (output_file_spec && !hide_stderr) in RunShellCommand()
594 FileSystem::Instance().GetByteSize(output_file_spec); in RunShellCommand()
601 FileSystem::Instance().CreateDataBuffer(output_file_spec); in RunShellCommand()
611 llvm::sys::fs::remove(output_file_spec.GetPath()); in RunShellCommand()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DAdbClient.h100 const FileSpec &output_file_spec);
DAdbClient.cpp401 const FileSpec &output_file_spec) { in ShellToFile() argument
407 const auto output_filename = output_file_spec.GetPath(); in ShellToFile()