Home
last modified time | relevance | path

Searched refs:isdir (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbuild_tree.py14 return all(os.path.isdir(os.path.join(path, subdir))
19 return all(os.path.isdir(os.path.join(path, subdir))
61 if not all(os.path.isdir(d) for d in ["include", "library", "tests"]):
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_test_cases.py133 if os.path.isdir('tests'):
135 elif os.path.isdir('suites'):
137 elif os.path.isdir('../suites'):