Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_repos/
HDcommit.c246 const char *full_path, in make_dir_baton() argument
256 db->path = full_path; in make_dir_baton()
279 const char *full_path; in add_file_or_directory() local
284 full_path = svn_fspath__join(eb->base_path, in add_file_or_directory()
291 _("Got source path but no source revision for '%s'"), full_path); in add_file_or_directory()
304 SVN_ERR(check_authz(eb, full_path, eb->txn_root, in add_file_or_directory()
313 SVN_ERR(svn_fs_check_path(&kind, eb->txn_root, full_path, subpool)); in add_file_or_directory()
315 return svn_error_trace(out_of_date(full_path, kind)); in add_file_or_directory()
338 eb->txn_root, full_path, subpool)); in add_file_or_directory()
348 SVN_ERR(check_authz(eb, full_path, eb->txn_root, in add_file_or_directory()
[all …]
HDdump.c191 const char *full_path; in make_dir_baton() local
198 full_path = svn_relpath_join(eb->path, path, pool); in make_dir_baton()
200 full_path = apr_pstrdup(pool, eb->path); in make_dir_baton()
208 new_db->path = full_path; in make_dir_baton()
/trueos/contrib/subversion/subversion/svnserve/
HDserve.c1313 const char *path, *token, *full_path; in add_lock_tokens() local
1332 full_path = svn_fspath__join(sb->fs_path->data, in add_lock_tokens()
1337 full_path, TRUE)) in add_lock_tokens()
1363 const char *path, *token, *full_path; in unlock_paths() local
1374 full_path = svn_fspath__join(sb->fs_path->data, in unlock_paths()
1380 err = svn_repos_fs_unlock(sb->repos, full_path, token, in unlock_paths()
1505 const char *path, *full_path, *hex_digest; in get_file() local
1532 full_path = svn_fspath__join(b->fs_path->data, in get_file()
1537 full_path, FALSE)); in get_file()
1543 svn_log__get_file(full_path, rev, in get_file()
[all …]
/trueos/sbin/nvmecontrol/
HDnvmecontrol.c167 char full_path[64]; in open_dev() local
179 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str); in open_dev()
180 *fd = open(full_path, O_RDWR); in open_dev()
183 warn("could not open %s", full_path); in open_dev()
/trueos/contrib/subversion/subversion/libsvn_client/
HDexport.c614 const char *full_path = svn_dirent_join(eb->root_path, path, pool); in add_directory() local
617 SVN_ERR(svn_io_check_path(full_path, &kind, pool)); in add_directory()
619 SVN_ERR(svn_io_dir_make(full_path, APR_OS_DEFAULT, pool)); in add_directory()
623 svn_dirent_local_style(full_path, pool)); in add_directory()
627 svn_dirent_local_style(full_path, pool)); in add_directory()
631 svn_wc_notify_t *notify = svn_wc_create_notify(full_path, in add_directory()
639 db->path = full_path; in add_directory()
659 const char *full_path = svn_dirent_join(eb->root_path, path, pool); in add_file() local
668 fb->path = full_path; in add_file()
942 const char *full_path = svn_dirent_join(eb->root_path, relpath, in add_file_ev2() local
[all …]
/trueos/contrib/amd/amd/
HDmapc.c1157 static char full_path[MAXPATHLEN]; in get_full_path() local
1181 xstrlcpy(full_path, str, sizeof(full_path)); in get_full_path()
1182 len = strlen(full_path); in get_full_path()
1183 if (full_path[len - 1] != '/') /* add trailing "/" if needed */ in get_full_path()
1184 xstrlcat(full_path, "/", sizeof(full_path)); in get_full_path()
1185 xstrlcat(full_path, map, sizeof(full_path)); in get_full_path()
1186 if (access(full_path, R_OK) == 0) in get_full_path()
1187 return full_path; in get_full_path()
/trueos/contrib/libpcap/
HDpcap-usb-linux.c332 char full_path[USB_LINE_LEN]; in usb_activate() local
355 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handle->md.ifindex); in usb_activate()
356 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
390 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handle->md.ifindex); in usb_activate()
391 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
400 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handle->md.ifindex); in usb_activate()
401 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate()
406 "Can't open USB bus file %s: %s", full_path, strerror(errno)); in usb_activate()
/trueos/contrib/subversion/
HDwin-tests.py615 full_path = os.path.join(self.httpd_dir, 'modules', path)
616 return 'LoadModule ' + name + " " + self._quote(full_path) + '\n'
619 full_path = os.path.join(self.abs_objdir, path)
620 return 'LoadModule ' + name + ' ' + self._quote(full_path) + '\n'
/trueos/contrib/gdb/gdb/
HDsymtab.c156 char *full_path = NULL; in lookup_symtab() local
162 full_path = xfullpath (name); in lookup_symtab()
163 make_cleanup (xfree, full_path); in lookup_symtab()
182 if (full_path != NULL) in lookup_symtab()
185 if (FILENAME_CMP (full_path, fp) == 0) in lookup_symtab()
247 char *full_path = NULL; in lookup_partial_symtab() local
254 full_path = xfullpath (name); in lookup_partial_symtab()
255 make_cleanup (xfree, full_path); in lookup_partial_symtab()
269 if (full_path != NULL) in lookup_partial_symtab()
274 && FILENAME_CMP (full_path, pst->fullname) == 0) in lookup_partial_symtab()
/trueos/contrib/binutils/ld/emultempl/
HDsunos.em234 char *full_path;
319 full_path = xmalloc (dirnamelen + 1 + strlen (entry->d_name) + 1);
320 sprintf (full_path, "%s/%s", dirname, entry->d_name);
321 statval = stat (full_path, &st);
322 free (full_path);
/trueos/contrib/subversion/subversion/svnlook/
HDsvnlook.c506 const char *full_path; in print_dirs_changed_tree() local
551 full_path = svn_dirent_join(path, tmp_node->name, iterpool); in print_dirs_changed_tree()
552 SVN_ERR(print_dirs_changed_tree(tmp_node, full_path, iterpool)); in print_dirs_changed_tree()
569 const char *full_path; in print_changed_tree() local
628 full_path = svn_dirent_join(path, node->name, iterpool); in print_changed_tree()
629 SVN_ERR(print_changed_tree(node, full_path, copy_info, iterpool)); in print_changed_tree()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDdirent_uri.c2271 char *full_path; in svn_dirent_is_under_root() local
2277 status = apr_filepath_merge(&full_path, in svn_dirent_is_under_root()
2287 *result_path = svn_dirent_canonicalize(full_path, result_pool); in svn_dirent_is_under_root()
HDio.c3947 const char *full_path; in svn_io_dir_walk2() local
3973 full_path = svn_dirent_join(dirname, name_utf8, subpool); in svn_io_dir_walk2()
3974 SVN_ERR(svn_io_dir_walk2(full_path, in svn_io_dir_walk2()
3985 full_path = svn_dirent_join(dirname, name_utf8, subpool); in svn_io_dir_walk2()
3987 full_path, in svn_io_dir_walk2()
/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDupdate.c1876 const char *full_path; in start_report() local
1898 full_path = svn_relpath_join(info->dir->name, file_name, tmppool); in start_report()
1900 SVN_ERR(ctx->update_editor->delete_entry(full_path, in start_report()