Home
last modified time | relevance | path

Searched refs:file_external_path (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dentries.c182 entry->file_external_path = repos_relpath; in check_file_external()
2062 if (entry->file_external_path != NULL) in write_entry()
2219 if (entry->file_external_path) in write_entry()
2450 if (entry->file_external_path) in write_entry()
2626 if (entry->file_external_path) in svn_wc_entry_dup()
2627 dupentry->file_external_path = apr_pstrdup(pool, in svn_wc_entry_dup()
2628 entry->file_external_path); in svn_wc_entry_dup()
Dold-and-busted.c103 entry->file_external_path = NULL; in alloc_entry()
698 SVN_ERR(svn_wc__unserialize_file_external(&entry->file_external_path, in read_entry()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_wc.h3099 const char *file_external_path; member