Searched refs:link_path (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp58 char link_path[PATH_MAX]; local
59 if (snprintf(link_path, PATH_MAX, "/proc/%" PRIu64 "/exe", m_process) != 1) {
64 error = FileSystem::Instance().Readlink(FileSpec(link_path), file_spec);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c75 link_path(void *report_baton,
86 "link_path(%s, %s, %ld, %s, %s, %s)\n",
89 SVN_ERR(rb->wrapped_reporter->link_path(rb->wrapped_report_baton, path, url,
142 tree_reporter->link_path = link_path;
73 link_path(void *report_baton, function
H A Ddeprecated.c101 link_path(void *report_baton,
110 return b->reporter3->link_path(b->reporter3_baton,
150 link_path,
100 link_path(void *report_baton, function
H A Dwrapper_template.h237 return crb->reporter->link_path(crb->baton, path, url, revision,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c57 +/- '+' indicates the presence of link_path
59 <length>:<bytes> Length-counted link_path string
62 <revnum>: Revnum of set_path or link_path
84 const char *link_path; /* NULL for set_path or delete_path */ member in struct:path_info_t
296 SVN_ERR(read_string(&(*pi)->link_path, reader, pool));
298 (*pi)->link_path = NULL;
904 pathnames if the report contains a link_path.)
927 /* For non-switch operations, follow link_path in the target. */
928 if (info && info->link_path && !b->is_switch)
930 t_path = info->link_path;
1543 svn_repos_link_path3(void *baton, const char *path, const char *link_path, svn_revnum_t rev, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c346 svn_repos_link_path2(void *baton, const char *path, const char *link_path,
350 return svn_repos_link_path3(baton, path, link_path, rev, svn_depth_infinity,
355 svn_repos_link_path(void *baton, const char *path, const char *link_path,
359 return svn_repos_link_path2(baton, path, link_path, rev, start_empty,
345 svn_repos_link_path2(void *baton, const char *path, const char *link_path, svn_revnum_t rev, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
354 svn_repos_link_path(void *baton, const char *path, const char *link_path, svn_revnum_t rev, svn_boolean_t start_empty, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc190 char link_path[MAXPATHLEN];
191 if (realpath(exe_path, link_path))
192 return link_path;
278 char link_path[MAXPATHLEN];
279 if (realpath(DLInfo.dli_fname, link_path))
280 return link_path;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c341 /* The server does not support link_path report on excluded
449 SVN_ERR(reporter->link_path(report_baton,
471 SVN_ERR(reporter->link_path(report_baton,
531 SVN_ERR(reporter->link_path(report_baton,
554 SVN_ERR(reporter->link_path(report_baton,
827 empty string to link_path. */
828 err = reporter->link_path(report_baton,
H A Dexternals.c1234 SVN_ERR(reporter->link_path(report_baton, "",
H A Ddeprecated.c251 return wrb->reporter->link_path(wrb->baton, path, url, revision,
411 return wrb->reporter->link_path(wrb->baton, path, url, revision,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h349 * link_path or delete_path call with a @a path argument of "" to
415 svn_error_t *(*link_path)(void *report_baton,
465 svn_error_t *(*link_path)(void *report_baton,
505 svn_error_t *(*link_path)(void *report_baton,
413 svn_error_t *(*link_path)(void *report_baton, member in struct:svn_ra_reporter3_t
463 svn_error_t *(*link_path)(void *report_baton, member in struct:svn_ra_reporter2_t
503 svn_error_t *(*link_path)(void *report_baton, member in struct:svn_ra_reporter_t
H A Dsvn_repos.h1247 * of @a link_path at @a revision with depth @a depth.
1256 * creation of the @a report_baton, @a link_path is an absolute filesystem
1261 * that the tree also contains all the children of @a link_path at
1264 * If the caller has a lock token for @a link_path, then @a lock_token
1274 const char *link_path,
1291 const char *link_path,
1306 const char *link_path,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c158 /* Implements svn_ra_reporter3_t->link_path. */
181 return rb->wrapped_reporter->link_path(rb->wrapped_report_baton, path, url,
H A Ddiff.c2325 SVN_ERR(reporter->link_path(reporter_baton, target,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2109 link_path(void *report_baton,
2544 link_path,
2103 link_path(void *report_baton, function
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c904 static svn_error_t *link_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool,
968 { "link-path", link_path },
903 static svn_error_t *link_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool, function

Completed in 305 milliseconds