Searched refs:parentFile (Results 1 – 25 of 46) sorted by relevance
12
3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()19 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
4 def localPropertiesFile = new File(buildscript.sourceFile.parentFile.parentFile, 'local.properties')
4 def flutterProjectRoot = new File(scriptFile).parentFile.parentFile
3 evaluate(new File(settingsDir.parentFile, 'hello/.android/include_flutter.groovy'))
5 evaluate(new File(settingsDir.parentFile, '.android/include_flutter.groovy'))
3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()