Searched refs:final_path (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.c653 write_non_packed_revprop(const char **final_path, argument
662 *final_path = svn_fs_fs__path_revprops(fs, rev, pool);
667 svn_dirent_dirname(*final_path, pool),
691 const char *final_path,
697 SVN_ERR(svn_fs_fs__move_into_place(tmp_path, final_path, perms_reference,
900 write_packed_revprop(const char **final_path, argument
941 *final_path = svn_dirent_join(revprops->folder, revprops->filename,
1025 *final_path = svn_dirent_join(revprops->folder, PATH_MANIFEST, pool);
1054 const char *final_path; local
1066 SVN_ERR(write_packed_revprop(&final_path,
690 switch_to_new_revprop(svn_fs_t *fs, const char *final_path, const char *tmp_path, const char *perms_reference, apr_array_header_t *files_to_delete, apr_pool_t *pool) argument
[all...]
H A Dutil.c431 const char *final_path; local
436 final_path = svn_fs_fs__path_min_unpacked_rev(fs, scratch_pool);
438 SVN_ERR(svn_io_write_atomic(final_path, buf, len + 1,
439 final_path /* copy_perms */, scratch_pool));
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c1173 write_non_packed_revprop(const char **final_path, argument
1182 *final_path = svn_fs_x__path_revprops(fs, rev, result_pool);
1187 svn_dirent_dirname(*final_path,
1210 const char *final_path,
1224 SVN_ERR(svn_fs_x__move_into_place(tmp_path, final_path, perms_reference,
1440 write_packed_revprop(const char **final_path, argument
1488 *final_path = svn_dirent_join(revprops->folder, revprops->filename,
1581 *final_path = svn_dirent_join(revprops->folder, PATH_MANIFEST,
1610 const char *final_path; local
1638 SVN_ERR(write_packed_revprop(&final_path,
1209 switch_to_new_revprop(svn_fs_t *fs, const char *final_path, const char *tmp_path, const char *perms_reference, apr_array_header_t *files_to_delete, svn_boolean_t bump_generation, apr_pool_t *scratch_pool) argument
[all...]
H A Dutil.c546 const char *final_path; local
551 final_path = svn_fs_x__path_min_unpacked_rev(fs, scratch_pool);
553 SVN_ERR(svn_io_write_atomic(final_path, buf, len + 1,
554 final_path /* copy_perms */, scratch_pool));
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp439 char final_path[PATH_MAX]; local
440 file.GetPath (final_path, sizeof(final_path));
441 std::string path_str (final_path);
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2274 * directory as @a *final_path. Then syncs the temporary file to disk and
2275 * closes the file. After this rename the temporary file to @a final_path,
2289 svn_io_write_atomic(const char *final_path,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3993 svn_io_write_atomic(const char *final_path,
4002 const char *dirname = svn_dirent_dirname(final_path, scratch_pool);
4020 err = svn_io_file_rename(tmp_path, final_path, scratch_pool);
4030 svn_dirent_local_style(final_path,
3984 svn_io_write_atomic(const char *final_path, const void *buf, apr_size_t nbytes, const char *copy_perms_path, apr_pool_t *scratch_pool) argument

Completed in 443 milliseconds