Home
last modified time | relevance | path

Searched defs:testdir (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/
Dconfigure.ac16 AC_SUBST([testdir], [$testdir]) subst
/third_party/ltp/testcases/kernel/fs/fs_readonly/
Dtest_robind.sh139 testdir() function
/third_party/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c89 static char testdir[256]; in setup_iteration() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dmain.rs16 mod testdir; module
/third_party/python/Lib/test/libregrtest/
Druntest.py156 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS): argument
/third_party/libfuse/test/
Dtest_syscalls.c28 static char testdir[1024]; variable
/third_party/rust/rust/src/bootstrap/
Dtest.rs1170 fn testdir(builder: &Builder<'_>, host: TargetSelection) -> PathBuf { in testdir() function
/third_party/python/Lib/test/
Dtest_decimal.py119 testdir = os.path.dirname(file) or os.curdir variable
Dtest_tarfile.py4220 testdir = os.path.join(TEMPDIR, "testoverwrite") variable in OverwriteTests