Searched refs:testdirs (Results 1 – 4 of 4) sorted by relevance
633 testdirs = ['tc-tests']637 testdirs = []646 testdirs = args.directory648 for testdir in testdirs:652 if candidate not in testdirs:
90 testdirs = [lldbsuite.lldb_test_root] variable
448 configuration.testdirs = [os.path.realpath(os.path.abspath(x)) for x in args.args]956 for testdir in configuration.testdirs:
3028 def is_file_system_writable(self, testdirs=None): argument3056 if not testdirs or len(testdirs) == 0:3060 testdirs = ['/mnt/stateful_partition', '/var/tmp']3062 for dir in testdirs: