Home
last modified time | relevance | path

Searched refs:globalCacheDir (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/providercache/
H A Dinstaller.go37 globalCacheDir *Dir member
103 i.globalCacheDir = cacheDir
109 return i.globalCacheDir != nil
346 if i.globalCacheDir != nil {
349 if cached := i.globalCacheDir.ProviderVersion(provider, version); cached != nil {
351 cb(provider, version, i.globalCacheDir.baseDir)
374 … detected in the target directory; this is a bug in Terraform", provider, i.globalCacheDir.baseDir)
416 …der cache at %s, failed to compute a checksum for it: %s", provider, i.globalCacheDir.baseDir, err)
460 if i.globalCacheDir != nil {
461 installTo = i.globalCacheDir
H A Dinstaller_test.go213 globalCacheDir := NewDirWithPlatform(globalCacheDirPath, fakePlatform)
214 inst.SetGlobalCacheDir(globalCacheDir)
304 filepath.Join(inst.globalCacheDir.BasePath(), "example.com/foo/beep/2.1.0/bleep_bloop"),
332 globalCacheDir := NewDirWithPlatform(globalCacheDirPath, fakePlatform)
333 _, err := globalCacheDir.InstallPackage(
346 inst.SetGlobalCacheDir(globalCacheDir)
413 inst.globalCacheDir.BasePath(),
/dports/devel/hs-spago/spago-0.20.3/src/Spago/
H A DFetchPackage.hs47 GlobalCache globalCacheDir _ <- view (the @GlobalCache)
48 assertDirectory globalCacheDir
103 GlobalCache globalCacheDir cacheFlag <- view (the @GlobalCache)
106 let packageGlobalCacheDir = globalCacheDir </> packageDir
121 …else Temp.withTempDirectory globalCacheDir (Text.unpack ("__temp-" <> "-" <> packageName <> getCac…
162 assertDirectory (globalCacheDir </> Text.unpack packageName)
H A DGlobalCache.hs93 GlobalCache globalCacheDir cacheFlag <- view (the @GlobalCache)
95 logDebug $ "Global cache directory: " <> displayShow globalCacheDir
99 globalPathToMeta = globalCacheDir </> "metadataV1.json"
118 assertDirectory globalCacheDir
H A DGitHub.hs29 GlobalCache globalCacheDir cacheFlag <- view (the @GlobalCache)
30 assertDirectory globalCacheDir
31 let globalPathToCachedTag = globalCacheDir </> (Text.unpack $ tagCacheFile org repo)
/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dmeta_providers.go63 globalCacheDir := m.providerGlobalCacheDir()
65 if globalCacheDir != nil {
66 inst.SetGlobalCacheDir(globalCacheDir)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DGlobalFlags.hs65 globalCacheDir :: Flag FilePath, function
87 globalCacheDir = mempty, function
151 (fromFlag (globalCacheDir globalFlags))
H A DConfig.hs254 globalCacheDir = combine globalCacheDir, function
558 globalCacheDir = toFlag cacheDir, function
579 globalCacheDir = toFlag cacheDir, function
1046 globalCacheDir (\d cfg -> cfg { globalCacheDir = d }) function
H A DSetup.hs433 globalCacheDir (\v flags -> flags { globalCacheDir = v }) function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DGlobalFlags.hs64 , globalCacheDir :: Flag FilePath function
83 , globalCacheDir = mempty function
144 (fromFlag (globalCacheDir globalFlags))
H A DConfig.hs243 globalCacheDir = combine globalCacheDir, function
549 globalCacheDir = toFlag cacheDir, function
570 globalCacheDir = toFlag cacheDir, function
1036 globalCacheDir (\d cfg -> cfg { globalCacheDir = d }) function
H A DSetup.hs390 globalCacheDir (\v flags -> flags { globalCacheDir = v }) function
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DPrefs.hs38 , globalCacheDir
244 globalCacheDir :: IO (Maybe FilePath)
245 globalCacheDir | windows = ((</> "cache2") `fmap`) `fmap` globalPrefsDir function
530 globalcachedir <- globalCacheDir
H A DTraverse.hs46 import Darcs.Repository.Prefs ( globalCacheDir )
150 gCacheDir' <- globalCacheDir
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DOptimize.hs41 import Darcs.Repository.Prefs ( getPreflist, getCaches, globalCacheDir )
550 gCacheDir <- globalCacheDir
629 gCacheDir' <- globalCacheDir
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/ProjectConfig/
H A DLegacy.hs490 globalCacheDir = projectConfigCacheDir, function
573 globalCacheDir = projectConfigCacheDir, function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/ProjectConfig/
H A DLegacy.hs498 globalCacheDir = projectConfigCacheDir, function
581 globalCacheDir = projectConfigCacheDir, function