Searched refs:id_path (Results 1 – 3 of 3) sorted by relevance
764 const char *id_path = NULL; in get_copy_inheritance() local820 id_path = svn_fs_x__dag_get_created_path(child->node); in get_copy_inheritance()821 if (strcmp(id_path, parent_path_path(child, scratch_pool)) == 0) in get_copy_inheritance()831 *copy_src_path = id_path; in get_copy_inheritance()
760 const char *id_path = NULL; in get_copy_inheritance() local817 id_path = svn_fs_fs__dag_get_created_path(child->node); in get_copy_inheritance()818 if (strcmp(id_path, parent_path_path(child, pool)) == 0) in get_copy_inheritance()828 *copy_src_path = id_path; in get_copy_inheritance()
532 const char *id_path = NULL; in get_copy_inheritance() local593 id_path = svn_fs_base__dag_get_created_path(child->node); in get_copy_inheritance()594 if (strcmp(id_path, parent_path_path(child, pool)) != 0) in get_copy_inheritance()597 *copy_src_path = id_path; in get_copy_inheritance()