Searched refs:clone_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-speed.py | 29 clone_path = working_path + '/' + 'zstd' # /path/to/zstd/tests/speedTest/zstd variable 219 md5_zstd = hashfile(hashlib.md5(), clone_path + '/programs/zstd') 220 md5_zstd32 = hashfile(hashlib.md5(), clone_path + '/programs/zstd32') 221 md5_zstd_clang = hashfile(hashlib.md5(), clone_path + '/programs/zstd_clang') 306 print("clone_path=%s" % clone_path) 324 if not os.path.isdir(clone_path): 327 if not os.path.isdir(clone_path): 328 log("ERROR: ZSTD clone not found: " + clone_path) 330 execute.cwd = clone_path
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | dag_cache.c | 992 const char *clone_path, *copyroot_path; in svn_fs_x__make_path_mutable() local 1042 clone_path = parent_path_path(parent_path->parent, subpool); in svn_fs_x__make_path_mutable() 1045 clone_path, in svn_fs_x__make_path_mutable()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 1204 const char *clone_path, *copyroot_path; in make_path_mutable() local 1251 clone_path = parent_path_path(parent_path->parent, pool); in make_path_mutable() 1254 clone_path, in make_path_mutable()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | tree.c | 813 const char *clone_path; in make_path_mutable() local 842 clone_path = parent_path_path(parent_path->parent, pool); in make_path_mutable() 845 clone_path, in make_path_mutable()
|