OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clone_path
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py
31
clone_path
= working_path + '/' + 'zstd' # /path/to/zstd/tests/speedTest/zstd
variable
221
md5_zstd = hashfile(hashlib.md5(),
clone_path
+ '/programs/zstd')
222
md5_zstd32 = hashfile(hashlib.md5(),
clone_path
+ '/programs/zstd32')
223
md5_zstd_clang = hashfile(hashlib.md5(),
clone_path
+ '/programs/zstd_clang')
308
print("
clone_path
=%s" %
clone_path
)
326
if not os.path.isdir(
clone_path
):
329
if not os.path.isdir(
clone_path
):
330
log("ERROR: ZSTD clone not found: " +
clone_path
)
332
execute.cwd =
clone_path
[
all
...]
DEPRECATED-test-zstd-speed.py
31
clone_path
= working_path + '/' + 'zstd' # /path/to/zstd/tests/speedTest/zstd
variable
221
md5_zstd = hashfile(hashlib.md5(),
clone_path
+ '/programs/zstd')
222
md5_zstd32 = hashfile(hashlib.md5(),
clone_path
+ '/programs/zstd32')
223
md5_zstd_clang = hashfile(hashlib.md5(),
clone_path
+ '/programs/zstd_clang')
308
print("
clone_path
=%s" %
clone_path
)
326
if not os.path.isdir(
clone_path
):
329
if not os.path.isdir(
clone_path
):
330
log("ERROR: ZSTD clone not found: " +
clone_path
)
332
execute.cwd =
clone_path
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026