Searched refs:result_path (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/recipes/ |
H A D | 04-test_conf.t | 33 my $result_path = "test_conf-$_-stdout"; 37 stdout => $result_path)), 39 is(compare_text($result_path, $expected_path, sub {
|
H A D | 61-test_bio_prefix.t | 29 my $result_path = "test_bio_prefix-$_-stdout"; 34 stdin => $input_path, stdout => $result_path)), 36 is(compare_text($result_path, $expected_path, \&cmp_line), 0,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUtilityFunction.cpp | 44 llvm::SmallString<128> result_path; in ClangUtilityFunction() local 45 llvm::sys::fs::createTemporaryFile("lldb", "expr", temp_fd, result_path); in ClangUtilityFunction() 48 text = "#line 1 \"" + std::string(result_path) + "\"\n" + text; in ClangUtilityFunction()
|
H A D | ClangExpressionParser.cpp | 1039 llvm::SmallString<128> result_path; in ParseInternal() local 1043 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal() 1045 llvm::sys::fs::createTemporaryFile("lldb", "expr", temp_fd, result_path); in ParseInternal() 1056 result_path)) { in ParseInternal()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 317 llvm::SmallVector<char, 256> result_path; in GetRunnableInfo() local 325 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()
|