Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp433 llvm::SmallString<64> output_file_path; in RunShellCommand() local
442 output_file_path); in RunShellCommand()
445 output_file_path); in RunShellCommand()
449 FileSpec output_file_spec(output_file_path.str()); in RunShellCommand()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc211 FilePath output_file_path(output_file); in OpenFileForWriting() local
212 FilePath output_dir(output_file_path.RemoveFileName()); in OpenFileForWriting()