Searched refs:result_path (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 49 llvm::SmallString<128> result_path; in ClangUtilityFunction() local 50 llvm::sys::fs::createTemporaryFile("lldb", "expr", temp_fd, result_path); in ClangUtilityFunction() 53 text = "#line 1 \"" + std::string(result_path) + "\"\n" + text; in ClangUtilityFunction()
|
| H A D | ClangExpressionParser.cpp | 1062 llvm::SmallString<128> result_path; in ParseInternal() local 1066 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal() 1068 llvm::sys::fs::createTemporaryFile("lldb", "expr", temp_fd, result_path); in ParseInternal() 1079 result_path)) { in ParseInternal()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_dirent_uri.h | 894 const char **result_path,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | dirent_uri.c | 2436 const char **result_path, in svn_dirent_is_under_root() argument 2445 if (result_path) in svn_dirent_is_under_root() 2446 *result_path = NULL; in svn_dirent_is_under_root() 2457 if (result_path) in svn_dirent_is_under_root() 2458 *result_path = svn_dirent_canonicalize(full_path, result_pool); in svn_dirent_is_under_root()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 312 llvm::SmallVector<char, 256> result_path; in GetRunnableInfo() local 315 (void)llvm::sys::fs::createUniqueFile(object_name_model, fd, result_path); in GetRunnableInfo()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | tree.c | 3356 const char *result_path; /* Path, if any, of the ancestor. */ member 3371 args->result_path = NULL; in txn_body_copied_from() 3399 args->result_path = copy->src_path; in txn_body_copied_from() 3426 *path_p = args.result_path ? apr_pstrdup(pool, args.result_path) : NULL; in base_copied_from()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | update_editor.c | 64 path_join_under_root(const char **result_path, 1105 path_join_under_root(const char **result_path, in path_join_under_root() argument 1113 result_path, base_path, add_path, pool)); in path_join_under_root() 1125 if (strcmp(add_path, svn_dirent_basename(*result_path, NULL)) != 0) in path_join_under_root()
|