OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_dir
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/cli-tests/
run.py
203
test_dir
: str,
211
self.
test_dir
=
test_dir
241
os.path.relpath(test_filename, start=self._opts.
test_dir
)
457
rel_test_dir = os.path.relpath(test_directory, start=self._opts.
test_dir
)
549
for root, dirs, files in os.walk(options.
test_dir
, topdown=True):
571
test = os.path.join(options.
test_dir
, test)
576
assert test.startswith(options.
test_dir
)
589
for
test_dir
, test_files in test_suites.items():
590
with TestSuite(
test_dir
, options) as test_suite
717
test_dir
=args.
test_dir
,
variable
[
all
...]
/src/external/mit/libuv/dist/test/
test-fs.c
527
ASSERT_OK(memcmp(req->path, "
test_dir
\0", 9));
590
ASSERT_OK(memcmp(req->path, "
test_dir
\0", 9));
630
ASSERT_OK(memcmp(req->path, "
test_dir
\0", 9));
1114
unlink("
test_dir
/file");
1115
rmdir("
test_dir
");
1117
r = uv_fs_mkdir(NULL, &mkdir_req, "
test_dir
", 0755, NULL);
1120
r = uv_fs_open(NULL, &open_req_noclose, "
test_dir
/file", UV_FS_O_WRONLY | UV_FS_O_CREAT, S_IWUSR | S_IRUSR, NULL);
1125
r = uv_fs_rmdir(NULL, &rmdir_req, "
test_dir
", NULL);
1130
r = uv_fs_rmdir(NULL, &rmdir_req, "
test_dir
/file", NULL);
1135
r = uv_fs_unlink(NULL, &unlink_req, "
test_dir
/file", NULL)
2444
char*
test_dir
;
local
[
all
...]
Completed in 42 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026