Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_dirent_uri.h785 const char **result_path,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp835 llvm::SmallString<128> result_path; in ParseInternal() local
839 llvm::sys::fs::createUniqueFile(temp_source_path, temp_fd, result_path); in ParseInternal()
841 llvm::sys::fs::createTemporaryFile("lldb", "expr", temp_fd, result_path); in ParseInternal()
852 source_mgr.createFileID(m_file_manager->getFile(result_path), in ParseInternal()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2299 const char **result_path, in svn_dirent_is_under_root() argument
2308 if (result_path) in svn_dirent_is_under_root()
2309 *result_path = NULL; in svn_dirent_is_under_root()
2320 if (result_path) in svn_dirent_is_under_root()
2321 *result_path = svn_dirent_canonicalize(full_path, result_pool); in svn_dirent_is_under_root()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp310 llvm::SmallVector<char, 256> result_path; in GetRunnableInfo() local
313 (void)llvm::sys::fs::createUniqueFile(object_name_model, fd, result_path); in GetRunnableInfo()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c3356 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-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c64 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()