Home
last modified time | relevance | path

Searched refs:svn_io_is_file_executable (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/subversion/subversion/include/
HDsvn_io.h538 svn_io_is_file_executable(svn_boolean_t *executable,
/NextBSD/contrib/subversion/subversion/svn/
HDfile-merge.c947 SVN_ERR(svn_io_is_file_executable(&executable, merged_path, scratch_pool)); in svn_cl__merge_file()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDadd.c258 SVN_ERR(svn_io_is_file_executable(&executable, path, scratch_pool)); in svn_client__get_paths_auto_props()
HDpatch.c1068 SVN_ERR(svn_io_is_file_executable(&target->executable, in init_patch_target()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDio.c2257 svn_io_is_file_executable(svn_boolean_t *executable, in svn_io_is_file_executable() function