Home
last modified time | relevance | path

Searched refs:cachedpath (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DTextureCache.cpp166 std::string cachedpath = GetCachedImage(url, *details, true); in CacheImage() local
167 if (!cachedpath.empty()) in CacheImage()
170 *texture = CTexture::LoadFromFile(cachedpath, 0, 0); in CacheImage()
178 return cachedpath; in CacheImage()
/dports/sysutils/helm/helm-3.5.2/pkg/plugin/installer/
H A Dvcs_installer.go56 cachedpath := helmpath.CachePath("plugins", key)
57 repo, err := vcs.NewRepo(source, cachedpath)
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/plugin/installer/
H A Dvcs_installer.go55 cachedpath := helmpath.CachePath("plugins", key)
56 repo, err := vcs.NewRepo(source, cachedpath)
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkg_jobs.c2269 char cachedpath[MAXPATHLEN]; in pkg_jobs_fetch() local
2286 snprintf(cachedpath, sizeof(cachedpath), in pkg_jobs_fetch()
2290 pkg_repo_cached_name(p, cachedpath, sizeof(cachedpath)); in pkg_jobs_fetch()
2292 if (stat(cachedpath, &st) == -1) in pkg_jobs_fetch()