Searched defs:cachePath (Results 1 – 6 of 6) sorted by relevance
19 $cachePath = "$flutterRoot\bin\cache" variable50 while (Test-Path "$cachePath\$oldDartSdkPrefix$oldDartSdkSuffix") { $oldDartSdkSuffix++ } variable95 Get-ChildItem -Path $cachePath | Where {$_.BaseName.StartsWith($oldDartSdkPrefix)} | Remove-Item -R… variable
133 function cleanUpCached (cachePath, integrity, opts) { argument
65 function createEntryStream (cachePath, staleness, opts) { argument
17 const cachePath = path.join(cacheBase, '.cache.json') constant
20 let cachePath variable
21 let cachePath variable