Searched refs:isdir (Results 1 – 2 of 2) sorted by relevance
14 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"]):
133 if os.path.isdir('tests'):135 elif os.path.isdir('suites'):137 elif os.path.isdir('../suites'):