Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dpy_flowtime_example.txt95 0 3064660324179 posixpath.py 10 -> abspath
100 0 3064660324238 posixpath.py 9 <- abspath
101 0 3064660324253 posixpath.py 15 -> abspath
106 0 3064660324304 posixpath.py 9 <- abspath
107 0 3064660324314 posixpath.py 9 -> abspath
112 0 3064660324364 posixpath.py 8 <- abspath
113 0 3064660324374 posixpath.py 9 -> abspath
118 0 3064660324424 posixpath.py 8 <- abspath
119 0 3064660324439 posixpath.py 14 -> abspath
124 0 3064660324489 posixpath.py 8 <- abspath
[all …]
Dpy_flow_example.txt95 0 3064371852434 posixpath.py -> abspath
100 0 3064371852490 posixpath.py <- abspath
101 0 3064371852504 posixpath.py -> abspath
106 0 3064371852552 posixpath.py <- abspath
107 0 3064371852560 posixpath.py -> abspath
112 0 3064371852607 posixpath.py <- abspath
113 0 3064371852615 posixpath.py -> abspath
118 0 3064371852661 posixpath.py <- abspath
119 0 3064371852674 posixpath.py -> abspath
124 0 3064371852721 posixpath.py <- abspath
[all …]
Dpy_flowinfo_example.txt96 0 145424 11 posixpath.py:401 func -> abspath
101 0 145424 10 posixpath.py:405 func <- abspath
102 0 145424 16 posixpath.py:401 func -> abspath
107 0 145424 10 posixpath.py:405 func <- abspath
108 0 145424 10 posixpath.py:401 func -> abspath
113 0 145424 10 posixpath.py:405 func <- abspath
114 0 145424 10 posixpath.py:401 func -> abspath
119 0 145424 9 posixpath.py:405 func <- abspath
120 0 145424 15 posixpath.py:401 func -> abspath
125 0 145424 9 posixpath.py:405 func <- abspath
[all …]
Dpy_syscalls_example.txt109 posixpath.py func abspath 22
124 of abspath, isabs, and normpath by the posixpath.py library.
Dpy_calltime_example.txt83 posixpath.py func abspath 22
155 posixpath.py func abspath 646
228 posixpath.py func abspath 966
Dpy_cputime_example.txt83 posixpath.py func abspath 22
145 posixpath.py func abspath 99
225 posixpath.py func abspath 351
Dpy_funccalls_example.txt82 posixpath.py abspath 22
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dlock.c54 const char *abspath; member
211 lock->abspath, in add_to_shared()
214 SVN_ERR(svn_wc__db_temp_close_access(lock->db, lock->abspath, in add_to_shared()
218 svn_wc__db_temp_set_access(lock->db, lock->abspath, lock, in add_to_shared()
227 get_from_shared(const char *abspath, in get_from_shared() argument
234 return svn_wc__db_temp_get_access(db, abspath, scratch_pool); in get_from_shared()
251 adm_access->abspath, TRUE, in close_single()
264 adm_access->abspath, in close_single()
268 if (svn_wc__adm_area_exists(adm_access->abspath, scratch_pool)) in close_single()
279 SVN_ERR(svn_wc__db_temp_close_access(adm_access->db, adm_access->abspath, in close_single()
[all …]
Dwc_db_wcroot.c52 const char *abspath, in get_old_version() argument
60 format_file_path = svn_wc__adm_child(abspath, SVN_WC__ADM_ENTRIES, in get_old_version()
79 svn_dirent_local_style(abspath, scratch_pool)); in get_old_version()
88 format_file_path = svn_wc__adm_child(abspath, SVN_WC__ADM_FORMAT, in get_old_version()
121 if (db->parse_cache.abspath in get_path_kind()
122 && strcmp(db->parse_cache.abspath->data, local_abspath) == 0) in get_path_kind()
129 if (!db->parse_cache.abspath) in get_path_kind()
131 db->parse_cache.abspath = svn_stringbuf_create(local_abspath, in get_path_kind()
136 svn_stringbuf_set(db->parse_cache.abspath, local_abspath); in get_path_kind()
286 svn_hash_sets(roots, wcroot->abspath, wcroot); in svn_wc__db_close()
[all …]
Dambient_depth_filter_editor.c112 const char *abspath; member
182 d->abspath = svn_dirent_join(eb->anchor_abspath, path, pool); in make_dir_baton()
184 d->abspath = apr_pstrdup(pool, eb->anchor_abspath); in make_dir_baton()
199 eb->db, d->abspath, pool)); in make_dir_baton()
254 const char *abspath; in make_file_baton() local
265 abspath = svn_dirent_join(eb->anchor_abspath, path, pool); in make_file_baton()
270 eb->db, abspath, pool)); in make_file_baton()
389 const char *abspath; in delete_entry() local
391 abspath = svn_dirent_join(eb->anchor_abspath, path, pool); in delete_entry()
394 eb->db, abspath, pool)); in delete_entry()
Dwc_db_update_move.c112 = svn_dirent_join(wcroot->abspath, local_relpath, result_pool); in path_for_error_message()
248 db, wcroot->abspath, conflict, in update_move_list_add()
307 notify = svn_wc_create_notify(svn_dirent_join(wcroot->abspath, in svn_wc__db_update_move_list_notify()
356 ? svn_dirent_join(wcroot->abspath, in create_tree_conflict()
398 db, wcroot->abspath, conflict, in create_tree_conflict()
417 db, wcroot->abspath, in create_tree_conflict()
425 svn_dirent_skip_ancestor(wcroot->abspath, in create_tree_conflict()
443 svn_dirent_join(wcroot->abspath, local_relpath, in create_tree_conflict()
698 local_abspath = svn_dirent_join(b->wcroot->abspath, relpath, scratch_pool); in tc_editor_add_directory()
782 local_abspath = svn_dirent_join(b->wcroot->abspath, relpath, scratch_pool); in tc_editor_add_file()
[all …]
Dwc_db_pristine.c133 SVN_ERR(get_pristine_fname(pristine_abspath, wcroot->abspath, in svn_wc__db_pristine_get_path()
247 SVN_ERR(get_pristine_fname(&pristine_abspath, wcroot->abspath, in svn_wc__db_pristine_read()
267 return svn_dirent_join_many(result_pool, wcroot->abspath, in pristine_get_tempdir()
416 SVN_ERR(get_pristine_fname(&pristine_abspath, wcroot->abspath, in svn_wc__db_pristine_install()
556 SVN_ERR(get_pristine_fname(&src_abspath, src_wcroot->abspath, checksum, in maybe_transfer_one_pristine()
567 SVN_ERR(get_pristine_fname(&pristine_abspath, dst_wcroot->abspath, checksum, in maybe_transfer_one_pristine()
779 SVN_ERR(get_pristine_fname(&pristine_abspath, wcroot->abspath, in pristine_remove_if_unreferenced()
953 SVN_ERR(get_pristine_fname(&pristine_abspath, wcroot->abspath, in svn_wc__db_pristine_check()
Dwc_db.c372 = svn_dirent_join(wcroot->abspath, local_relpath, result_pool); in path_for_error_message()
1521 const char *abspath = apr_hash_this_key(hi); in svn_wc__db_init() local
1522 if (svn_dirent_is_ancestor(wcroot->abspath, abspath)) in svn_wc__db_init()
1523 svn_hash_sets(db->dir_data, abspath, NULL); in svn_wc__db_init()
1527 svn_hash_sets(db->dir_data, wcroot->abspath, wcroot); in svn_wc__db_init()
1553 if (svn_dirent_is_ancestor(wcroot->abspath, local_abspath)) in svn_wc__db_to_relpath()
1556 svn_dirent_skip_ancestor(wcroot->abspath, in svn_wc__db_to_relpath()
1589 *local_abspath = svn_dirent_join(wcroot->abspath, in svn_wc__db_from_relpath()
1613 *wcroot_abspath = apr_pstrdup(result_pool, wcroot->abspath); in svn_wc__db_get_wcroot()
1659 local_relpath = svn_dirent_skip_ancestor(wcroot->abspath, local_abspath); in svn_wc__db_base_add_directory()
[all …]
Dwc_db_private.h63 svn_stringbuf_t *abspath; member
89 const char *abspath; member
162 #define CHECK_MINIMAL_WCROOT(wcroot, abspath, scratch_pool) \ argument
Drevert.c131 i = svn_path_compare_paths(ca[0]->abspath, cb[0]->abspath); in compare_revert_list_copied_children()
190 SVN_ERR(svn_io_check_path(child_info->abspath, &on_disk, iterpool)); in revert_restore_handle_copied_dirs()
194 SVN_ERR(svn_io_remove_file2(child_info->abspath, TRUE, iterpool)); in revert_restore_handle_copied_dirs()
217 err = svn_io_dir_remove_nonrecursive(child_info->abspath, iterpool); in revert_restore_handle_copied_dirs()
Dlock.h56 const char *abspath,
/freebsd-10-stable/contrib/unbound/libunbound/python/doc/
Dconf.py18 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../')))
19 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../')))
20 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../.libs/')))
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dmerge.c235 const char *abspath; member
558 check_root = ! strcmp(local_abspath, merge_b->target->abspath); in perform_obstruction_check()
587 const char *child = svn_dirent_skip_ancestor(target->abspath, in make_conflict_versions()
1798 const char *local_abspath = svn_dirent_join(merge_b->target->abspath, in merge_file_opened()
2047 const char *local_abspath = svn_dirent_join(merge_b->target->abspath, in merge_file_changed()
2222 const char *local_abspath = svn_dirent_join(merge_b->target->abspath, in merge_file_added()
2270 svn_dirent_skip_ancestor(merge_b->target->abspath, in merge_file_added()
2467 const char *local_abspath = svn_dirent_join(merge_b->target->abspath, in merge_file_deleted()
2586 const char *local_abspath = svn_dirent_join(merge_b->target->abspath, in merge_dir_opened()
2983 const char *local_abspath = svn_dirent_join(merge_b->target->abspath, in merge_dir_changed()
[all …]
Dmergeinfo.h42 const char *abspath; /* Absolute working copy path. */ member
103 svn_client__merge_path_create(const char *abspath,
Dupdate.c769 const char *abspath; in svn_client_update4() local
772 SVN_ERR(svn_dirent_get_absolute(&abspath, path, pool)); in svn_client_update4()
773 SVN_ERR(svn_wc__get_wcroot(&wcroot_abspath, ctx->wc_ctx, abspath, in svn_client_update4()
Dadd.c432 const char *abspath; in add_dir_recursive() local
450 abspath = svn_dirent_join(dir_abspath, name, iterpool); in add_dir_recursive()
466 SVN_ERR(add_dir_recursive(abspath, depth_below_here, in add_dir_recursive()
475 err = add_file(abspath, magic_cookie, config_autoprops, in add_dir_recursive()
/freebsd-10-stable/usr.sbin/pkg_install/info/
Dperform.c32 static char *abspath(const char *);
259 abspath(const char *pathname) in abspath() function
315 resolved = abspath(temp); in cmp_path()
355 tmp = abspath(wp->file); in find_pkg()
/freebsd-10-stable/contrib/subversion/subversion/svn/schema/
Dinfo.rnc59 wcroot-abspath?,
72 wcroot-abspath = element wcroot-abspath { string }
/freebsd-10-stable/contrib/bmake/mk/
Dmeta2deps.py133 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): function
476 cwd = abspath(w[2], cwd, None, self.debug, self.debug_out)
545 dir = abspath(dir, cwd, self.last_dir, self.debug, self.debug_out)
/freebsd-10-stable/contrib/subversion/
Dwin-tests.py192 abs_httpd_dir = os.path.abspath(val)
244 abs_srcdir = os.path.abspath("")
250 abs_builddir = os.path.abspath(args[0])
970 args = (os.path.abspath(java_exe),)

12