Home
last modified time | relevance | path

Searched refs:cachePath (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/
H A Dclient.js32 const cachePath = path_1.default.join(options.cachePath, repoName);
33 initTufCache(cachePath);
35 cachePath,
42 cachePath,
61 function initTufCache(cachePath) {
62 const targetsPath = path_1.default.join(cachePath, TARGETS_DIR_NAME);
63 if (!fs_1.default.existsSync(cachePath)) {
64 fs_1.default.mkdirSync(cachePath, { recursive: true });
73 function seedCache({ cachePath, mirrorUR
[all...]
H A Dindex.js46 cachePath: options.cachePath || (0, appdata_1.appDataPath)(DEFAULT_CACHE_DIR),
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/tools/
H A Dgen-grammar.go63 cachePath = flag.String("cache", "", "Cache directory for downloaded files (optional)")
201 if *cachePath != "" {
202 if err := os.MkdirAll(*cachePath, 0777); err == nil {
203 path := filepath.Join(*cachePath, name)
217 if *cachePath != "" {
218 ioutil.WriteFile(filepath.Join(*cachePath, name), data, 0777)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/
H A Dgen-grammar.go63 cachePath = flag.String("cache", "", "Cache directory for downloaded files (optional)")
201 if *cachePath != "" {
202 if err := os.MkdirAll(*cachePath, 0777); err == nil {
203 path := filepath.Join(*cachePath, name)
217 if *cachePath != "" {
218 ioutil.WriteFile(filepath.Join(*cachePath, name), data, 0777)
/third_party/spirv-tools/utils/vscode/src/tools/
H A Dgen-grammar.go63 cachePath = flag.String("cache", "", "Cache directory for downloaded files (optional)")
201 if *cachePath != "" {
202 if err := os.MkdirAll(*cachePath, 0777); err == nil {
203 path := filepath.Join(*cachePath, name)
217 if *cachePath != "" {
218 ioutil.WriteFile(filepath.Join(*cachePath, name), data, 0777)
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js143 var matches = await cacache.index.compact(options.cachePath, cacheKey(request), (A, B) => {
198 await cacache.rm.entry(options.cachePath, key, { removeFully: true })
290 const cacheStream = cacache.put.stream(this.options.cachePath, this.key, cacheOpts)
306 await cacache.index.insert(this.options.cachePath, this.key, null, cacheOpts)
313 this.response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath))
343 this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize }
349 this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize }
374 response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath))
446 await cacache.index.insert(options.cachePath, this.key, this.entry.integrity, {
H A Dpolicy.js64 // no cachePath means no caching
65 if (!options.cachePath) {
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry_cache.py151 cachePath = os.path.join(cacheDir, source.getCacheFilename())
153 if not checkFile(cachePath, source.checksum):
154 fetchFile(cachePath, source.getRepo(), source.getRevision(), source.getFilename(), source.getChecksum(), cacheDir)
156 parsedReg = registry.parse(cachePath)
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/
H A Doptions.js46 // cachePath is not we should copy it to the new field
47 if (options.cacheManager && !options.cachePath) {
48 options.cachePath = options.cacheManager
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp114 std::string cachePath = "/data/local/tmp/"; in HWTEST() local
116 OH_AI_DeviceInfoAddExtension(nnrtDeviceInfo, "CachePath", cachePath.c_str(), cachePath.size()); in HWTEST()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go213 cachePath := dawnNode + ".runcts.cache"
214 if err := cache.load(cachePath); err != nil && verbose {
215 fmt.Println("failed to load cache from", cachePath, err)
217 defer cache.save(cachePath)
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go575 cachePath := test.resultsCachePath(testlists, d)
577 if results, err := deqp.LoadResults(cachePath); err == nil {
585 if err := results.Save(cachePath); err != nil {
586 log.Printf("Warning: Couldn't save results of test to '%v'\n", cachePath)
597 cachePath := test.resultsCachePath(testlists, d)
599 if results, err := deqp.LoadResults(cachePath); err == nil {
612 if err := results.Save(cachePath); err != nil {
613 log.Printf("Warning: Couldn't save results of test to '%v'\n", cachePath)
/third_party/node/deps/npm/node_modules/sigstore/dist/
H A Dsigstore.js79 cachePath: options.tufCachePath,
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]

Completed in 83 milliseconds