Home
last modified time | relevance | path

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

/external/lz4/tests/
Dtest-lz4-speed.py28 clone_path = working_path + '/' + 'lz4' # /path/to/lz4/tests/speedTest/lz4 variable
210 md5_lz4 = hashfile(hashlib.md5(), clone_path + '/programs/lz4')
211 md5_lz4c32 = hashfile(hashlib.md5(), clone_path + '/programs/lz4c32')
212 md5_lz4_clang = hashfile(hashlib.md5(), clone_path + '/programs/lz4_clang')
282 print("clone_path=%s" % clone_path)
299 if not os.path.isdir(clone_path):
302 if not os.path.isdir(clone_path):
303 log("ERROR: lz4 clone not found: " + clone_path)
305 execute.cwd = clone_path