Home
last modified time | relevance | path

Searched refs:svn_io_set_file_executable (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.c433 SVN_ERR(svn_io_set_file_executable(local_abspath, FALSE, FALSE, in svn_wc__sync_flags_with_props()
437 SVN_ERR(svn_io_set_file_executable(local_abspath, TRUE, FALSE, in svn_wc__sync_flags_with_props()
H A Drevert.c660 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
667 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
H A Dworkqueue.c594 SVN_ERR(svn_io_set_file_executable(local_abspath, TRUE, FALSE, in run_file_install()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dexport.c425 err = svn_io_set_file_executable(dst_tmp, TRUE, FALSE, scratch_pool); in export_node()
852 SVN_ERR(svn_io_set_file_executable(fb->path, TRUE, FALSE, pool)); in close_file()
1042 SVN_ERR(svn_io_set_file_executable(full_path, TRUE, FALSE, scratch_pool)); in add_file_ev2()
H A Dpatch.c3269 SVN_ERR(svn_io_set_file_executable(target->move_target_abspath in install_patched_target()
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dfile-merge.c966 SVN_ERR(svn_io_set_file_executable(merged_path, executable, FALSE, in svn_cl__merge_file()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_io.h526 svn_io_set_file_executable(const char *path,
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c354 SVN_ERR(svn_io_set_file_executable(template_path, TRUE, FALSE, pool)); in write_hook_template_file()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2178 svn_io_set_file_executable(const char *path, in svn_io_set_file_executable() function