fun find(project: Project, dirIfFileName: String, pathOrFileNames: List<String>): File?fun find(project: Project, dirIfFileName: String, pathOrFileName: String): File?fun find(dir: File, pattern: String): File?fun find(dir: File, patterns: List<String>): File?