Searched refs:isdir (Results 1 – 11 of 11) sorted by relevance
105 if not os.path.isdir(cfg.spdxDir):
431 os.path.isdir(app),458 if not os.path.isdir(build_dir):
159 self.check_force(os.path.isdir(build_dir),
151 if not os.path.isdir(config.option.build_dir):
43 if not os.path.isdir(cmakeApiDirPath):
162 if not os.path.isdir(cmakeReplyDirPath):
287 if not os.path.isdir(path):371 if os.path.isdir(src_dir_path):374 if os.path.isdir(src_dir_path):
226 if os.path.isdir(rootpath):228 if os.path.isdir(rootpath):
456 def test_find_c_files_in(isdir, expected): argument515 with mock.patch('os.path.isdir', return_value=isdir), \
194 if not os.path.isdir(p_head):
220 is_dir = os.path.isdir(path)