Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/tc-testing/
Dtdc.py633 testdirs = ['tc-tests']
637 testdirs = []
646 testdirs = args.directory
648 for testdir in testdirs:
652 if candidate not in testdirs:
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dconfiguration.py90 testdirs = [lldbsuite.lldb_test_root] variable
Ddotest.py448 configuration.testdirs = [os.path.realpath(os.path.abspath(x)) for x in args.args]
956 for testdir in configuration.testdirs:
/external/autotest/server/hosts/
Dcros_host.py3028 def is_file_system_writable(self, testdirs=None): argument
3056 if not testdirs or len(testdirs) == 0:
3060 testdirs = ['/mnt/stateful_partition', '/var/tmp']
3062 for dir in testdirs: