Home
last modified time | relevance | path

Searched refs:arch_find_or_make_tmp_local_copy (Results 1 – 7 of 7) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Darbdelta.c41 …orig = arch_find_or_make_tmp_local_copy (chatter_fd, tmp_dir, tree_root, 0, orig_arch, orig_archiv… in arch_arbitrary_delta()
45 …mod = arch_find_or_make_tmp_local_copy (chatter_fd, tmp_dir, tree_root, 0, mod_arch, mod_archive, … in arch_arbitrary_delta()
H A Dlocal-cache.h33 extern t_uchar * arch_find_or_make_tmp_local_copy (int chatter_fd,
H A Dcmd-delta.c279 …answer = arch_find_or_make_tmp_local_copy (1, scratch_dir, 0, cache_dir, arch_struct, archive, rev… in interpret_delta_path()
322 … answer = arch_find_or_make_tmp_local_copy (1, scratch_dir, 0, cache_dir, 0, archive, revision); in interpret_delta_path()
H A Dsync-tree.c34 …revision_instance = arch_find_or_make_tmp_local_copy (chatter_fd, tmp_dir, tree_root, 0, arch, arc… in arch_sync_tree()
H A Dstar-merge.c156 …from_tree_root = arch_find_or_make_tmp_local_copy (chatter_fd, tmp_dir, to_tree_root, cache_dir, f… in arch_star_merge()
177 …orig_tree_root = arch_find_or_make_tmp_local_copy (chatter_fd, tmp_dir, to_tree_root, cache_dir, (… in arch_star_merge()
H A Dcmdutils.c571 …answer = arch_find_or_make_tmp_local_copy (1, scratch_dir, 0, cache_dir, arch_struct, archive, rev… in arch_interpret_delta_path()
614 … answer = arch_find_or_make_tmp_local_copy (1, scratch_dir, 0, cache_dir, 0, archive, revision); in arch_interpret_delta_path()
H A Dlocal-cache.c173 arch_find_or_make_tmp_local_copy (int chatter_fd, in arch_find_or_make_tmp_local_copy() function