Lines Matching refs:os
25 import os
84 for root, _, files in os.walk(top):
88 exe_file = os.path.join(root, file_)
89 if os.access(exe_file, os.X_OK):
122 if os.path.basename(input_path).startswith(ide_file_name):
176 if not os.path.isfile(project_path):
177 return os.path.isdir(project_path) and os.path.isdir(
178 os.path.join(project_path, _IDEA_FOLDER))
180 _, ext = os.path.splitext(os.path.basename(project_path))
182 path = os.path.dirname(project_path)
184 return os.path.isdir(os.path.join(path, _IDEA_FOLDER))
206 if os.path.isfile(input_path):
208 if os.path.isdir(input_path):